mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Optimized collabora draft
This commit is contained in:
15
roles/web-app-nextcloud/vars/plugins/richdocuments.yml
Normal file
15
roles/web-app-nextcloud/vars/plugins/richdocuments.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
plugin_configuration:
|
||||
- appid: "richdocuments"
|
||||
configkey: "wopi_url"
|
||||
configvalue: "{{ NEXTCLOUD_COLLABORA_URL }}"
|
||||
|
||||
# Optional, but helpful if you ever front Collabora by a CDN:
|
||||
- appid: "richdocuments"
|
||||
configkey: "public_wopi_url"
|
||||
configvalue: "{{ NEXTCLOUD_COLLABORA_URL }}"
|
||||
|
||||
# Only use this if you terminate TLS in front and run CODE plain HTTP behind it.
|
||||
# 0 = verify certs (recommended), 1 = skip verification
|
||||
- appid: "richdocuments"
|
||||
configkey: "disable_certificate_verification"
|
||||
configvalue: 0
|
Reference in New Issue
Block a user