mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-27 07:06:36 +00:00
Add full ONLYOFFICE integration:
- New web-svc-onlyoffice role (Docker, env, CSP, proxy hooks) - Nextcloud plugin integration with JWT and CSP updates - Custom Nextcloud image with updated CA certificates - Networking and port assignments - Disabled Collabora by default - Enabled ONLYOFFICE by default - Link to conversation for reference: https://chatgpt.com/share/691f49ac-54d8-800f-83c3-60cf8c100183
This commit is contained in:
24
roles/web-app-nextcloud/vars/plugins/onlyoffice.yml
Normal file
24
roles/web-app-nextcloud/vars/plugins/onlyoffice.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
plugin_configuration:
|
||||
- appid: "onlyoffice"
|
||||
configkey: "DocumentServerUrl"
|
||||
configvalue: "{{ NEXTCLOUD_ONLYOFFICE_URL }}/"
|
||||
|
||||
- appid: "onlyoffice"
|
||||
configkey: "DocumentServerInternalUrl"
|
||||
configvalue: "{{ NEXTCLOUD_ONLYOFFICE_URL }}/"
|
||||
|
||||
- appid: "onlyoffice"
|
||||
configkey: "StorageUrl"
|
||||
configvalue: "{{ NEXTCLOUD_URL }}/"
|
||||
|
||||
- appid: "onlyoffice"
|
||||
configkey: "jwt_secret"
|
||||
configvalue: "{{ applications | get_app_conf('web-svc-onlyoffice', 'credentials.onlyoffice_jwt_secret', False, '') }}"
|
||||
|
||||
- appid: "onlyoffice"
|
||||
configkey: "jwt_header"
|
||||
configvalue: "Authorization"
|
||||
|
||||
- appid: "onlyoffice"
|
||||
configkey: "verify_peer_off"
|
||||
configvalue: "false"
|
||||
Reference in New Issue
Block a user