mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #189 from nextcloud/fix/188/fix-collabora-connection-issues
fix connection issues with collabora
This commit is contained in:
commit
0052582003
1 changed files with 2 additions and 0 deletions
|
|
@ -261,6 +261,8 @@ else
|
||||||
fi
|
fi
|
||||||
php /var/www/html/occ config:app:set richdocuments wopi_url --value="https://$NC_DOMAIN/"
|
php /var/www/html/occ config:app:set richdocuments wopi_url --value="https://$NC_DOMAIN/"
|
||||||
# php /var/www/html/occ richdocuments:activate-config
|
# php /var/www/html/occ richdocuments:activate-config
|
||||||
|
# Fix https://github.com/nextcloud/all-in-one/issues/188:
|
||||||
|
php /var/www/html/occ config:system:set allow_local_remote_servers --type=bool --value=true
|
||||||
|
|
||||||
# Talk
|
# Talk
|
||||||
if ! [ -d "/var/www/html/custom_apps/spreed" ]; then
|
if ! [ -d "/var/www/html/custom_apps/spreed" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue