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_domain: "office.local.test"
|
||||||
|
collabora_ssl_verification: false
|
||||||
|
|
||||||
# Allowed WOPI host domains
|
# Allowed WOPI host domains
|
||||||
collabora_allowed_domains:
|
collabora_allowed_domains:
|
||||||
- "nextcloud.local.test"
|
- "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"
|
||||||
|
|
@ -4,6 +4,7 @@ opencloud_extra_hosts:
|
||||||
- "opencloud.local.test:host-gateway"
|
- "opencloud.local.test:host-gateway"
|
||||||
- "keycloak.local.test:host-gateway"
|
- "keycloak.local.test:host-gateway"
|
||||||
- "storage.local.test:192.168.56.11"
|
- "storage.local.test:192.168.56.11"
|
||||||
|
- "office.local.test:host-gateway"
|
||||||
|
|
||||||
# OIDC configuration (Keycloak)
|
# OIDC configuration (Keycloak)
|
||||||
opencloud_oidc_issuer: "https://keycloak.local.test/realms/vagrant"
|
opencloud_oidc_issuer: "https://keycloak.local.test/realms/vagrant"
|
||||||
|
|
@ -18,6 +19,10 @@ opencloud_s3_access_key: "{{ lookup('digitalboard.core.garage_credentials', 'ope
|
||||||
opencloud_s3_secret_key: "{{ lookup('digitalboard.core.garage_credentials', 'opencloud', host='backend')['secret_key'] }}"
|
opencloud_s3_secret_key: "{{ lookup('digitalboard.core.garage_credentials', 'opencloud', host='backend')['secret_key'] }}"
|
||||||
opencloud_s3_bucket: "opencloud"
|
opencloud_s3_bucket: "opencloud"
|
||||||
|
|
||||||
|
# Collabora integration
|
||||||
|
opencloud_collabora_domain: "office.local.test"
|
||||||
|
opencloud_wopi_domain: "wopi.opencloud.local.test"
|
||||||
|
|
||||||
# Allow OpenCloud to connect to Keycloak for OIDC discovery
|
# Allow OpenCloud to connect to Keycloak for OIDC discovery
|
||||||
opencloud_csp_extra_connect_src:
|
opencloud_csp_extra_connect_src:
|
||||||
- "https://keycloak.local.test/"
|
- "https://keycloak.local.test/"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue