1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

add dns for proxy inside container

This commit is contained in:
Robin Appelman 2026-03-20 21:21:26 +01:00
commit 0d98667650
9 changed files with 37 additions and 12 deletions

View file

@ -1,15 +1,7 @@
{runCommand}:
runCommand "configs" {} ''
mkdir -p $out/etc
mkdir -p $out/etc/sudoers.d
mkdir -p $out/conf
cp ${./configs/cron.conf} $out/etc/oc-cron.conf
cp ${./configs/nginx-app.conf} $out/conf/nginx-app.conf
cp ${./configs/sudoers} $out/etc/sudoers.d/haze
cp -r ${./configs/nc} $out/etc/nc
cp ${./configs/php-fpm.conf} $out/etc/php-fpm.conf
cp ${./configs/nginx.conf} $out/etc/nginx.conf
cp -r ${./configs/supervisor} $out/etc/supervisor
chmod +w $out/etc/supervisor
mkdir -p $out
cp -r ${./configs} $out/etc
chmod -R +w $out/etc
mkdir $out/etc/supervisor/enabled/
''