Needs to trust the domain

This commit is contained in:
Bob Mottram 2017-05-08 16:50:38 +01:00
parent 6225616be2
commit 4932206fa4
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ function install_nextcloud_main {
./occ app:enable spreed
./occ config:system:set defaultapp --value=gallery
./occ config:system:set appstoreenabled --value=false
# ./occ config:system:set trusted_domains 2 --value=$NEXTCLOUD_DOMAIN_NAME
./occ config:system:set trusted_domains 2 --value=$NEXTCLOUD_DOMAIN_NAME
chmod g+w /var/www/${NEXTCLOUD_DOMAIN_NAME}/htdocs/config/config.php
chown -R www-data:www-data /var/www/${NEXTCLOUD_DOMAIN_NAME}/htdocs