feat: add drawio instance for nextcloud and opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
e976ff37c9
commit
2b54c7fbcb
5 changed files with 36 additions and 2 deletions
|
|
@ -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/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue