mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
16 lines
560 B
YAML
16 lines
560 B
YAML
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
|