mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-08 23:54:48 +08:00
fix connection issues with collabora
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3041e51b04
commit
7159cd387a
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ else
|
|||
fi
|
||||
php /var/www/html/occ config:app:set richdocuments wopi_url --value="https://$NC_DOMAIN/"
|
||||
# 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
|
||||
if ! [ -d "/var/www/html/custom_apps/spreed" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue