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 2b54c7fbcb
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
5 changed files with 36 additions and 2 deletions

View file

@ -1,4 +1,18 @@
nextcloud_collabora_disable_cert_verification: true
# Draw.io integration
nextcloud_enable_drawio: true
nextcloud_drawio_url: "https://drawio.local.test"
# Apps to install (override defaults to include drawio)
nextcloud_apps_to_install:
- groupfolders
- richdocuments
- spreed
- user_ldap
- user_oidc
- whiteboard
- drawio
nextcloud_allow_local_remote_servers: true # Allow requests to local network in Vagrant
nextcloud_oidc_allow_selfsigned: true # Allow self-signed certs for OIDC in Vagrant