🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2022-10-04 21:48:50 -04:00
commit 4954dce9b1
26 changed files with 1066 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/usr/bin/with-contenv sh
# shellcheck shell=sh
echo "Fixing perms..."
mkdir -p /data \
/var/run/nginx \
/var/run/php-fpm
chown nextcloud. \
/data
chown -R nextcloud. \
/home/nextcloud \
/etc/tpls \
/var/lib/nginx \
/var/log/nginx \
/var/log/php* \
/var/run/nginx \
/var/run/php-fpm