chore: ensure we can use the same collabora instance for multiple cloud instances

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-06 17:00:33 +01:00
parent d1eea7f717
commit ef2462a26a
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
2 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,15 @@
collabora_domain: "office.local.test"
collabora_ssl_verification: false
# Allowed WOPI host domains
collabora_allowed_domains:
- "nextcloud.local.test"
- "opencloud.local.test"
- "wopi.opencloud.local.test"
# Domains allowed to embed Collabora in an iframe
collabora_frame_ancestors:
- "nextcloud.local.test"
- "opencloud.local.test"
collabora_extra_hosts:
- "wopi.opencloud.local.test:host-gateway"