feat: add drawio instance for nextcloud and opencloud

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-13 14:37:02 +01:00
parent e976ff37c9
commit 4811b4657f
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
6 changed files with 37 additions and 2 deletions

View file

@ -5,6 +5,7 @@ opencloud_extra_hosts:
- "keycloak.local.test:host-gateway"
- "storage.local.test:192.168.56.11"
- "office.local.test:host-gateway"
- "drawio.local.test:host-gateway"
- "389ds:192.168.56.11"
# OIDC configuration (Keycloak)
@ -31,6 +32,11 @@ opencloud_ldap_bind_password: "admin"
opencloud_ldap_user_base_dn: "ou=users,dc=local,dc=test"
opencloud_ldap_group_base_dn: "ou=groups,dc=local,dc=test"
# Allow OpenCloud to connect to Keycloak for OIDC discovery
# Draw.io integration
opencloud_drawio_url: "https://drawio.local.test"
# CSP configuration
opencloud_csp_extra_connect_src:
- "https://keycloak.local.test/"
- "https://keycloak.local.test/"
opencloud_csp_extra_frame_src:
- "https://drawio.local.test/"