Different optimations for collabora

This commit is contained in:
2025-08-20 08:34:12 +02:00
parent 3e5344a46c
commit 9cfb8f3a60
8 changed files with 42 additions and 12 deletions

View File

@@ -1,4 +1,2 @@
domain={{ (domains | get_domain('web-app-nextcloud')) | regex_replace('\\.', '\\\\.') }}
{# username=admin #}
{# password={{ applications | get_app_conf('web-svc-collabora', 'credentials.admin_password', False, 'ChangeMe!') }}" #}
extra_params=--o:ssl.enable=false --o:ssl.termination=true
domain={{ COLLABORA_ALLOWED_DOMAINS }}
extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:net.service_root=/ --o:net.wopi_allowed_hosts={{ COLLABORA_ALLOWED_HOSTS }}