diff --git a/setup_nextcloud.sh b/setup_nextcloud.sh index 3b7fa67..bcdb627 100644 --- a/setup_nextcloud.sh +++ b/setup_nextcloud.sh @@ -13,6 +13,9 @@ cp -r /nextcloud /var/www rm /nextcloud-$NEXTCLOUD_VERSION.tar.bz2 rm -r /nextcloud +# Configure Nextcloud +mkdir /var/www/nextcloud/custom_apps + # Get configs wget https://git.dfosd.synology.me/docker/ubuntu-nextcloud/raw/branch/master/nextcloud-config.php -O /var/www/nextcloud/config/config.php sed -i "s/NEXTCLOUD_PASSWORD_SALT/$NEXTCLOUD_PASSWORD_SALT/g" /var/www/nextcloud/config/config.php