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:
parent
d1eea7f717
commit
ef2462a26a
2 changed files with 15 additions and 1 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue