Files
computer-playbook/roles/web-app-nextcloud/tasks/plugins/onlyoffice.yml
Kevin Veen-Birkenbach 28caa495e7 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
2025-11-21 21:36:27 +01:00

8 lines
193 B
YAML

- name: "Install OnlyOffice dependency (Document Server)"
include_role:
name: web-svc-onlyoffice
vars:
flush_handlers: true
when:
- run_once_web_svc_onlyoffice is not defined