feat: update Caddyfile for OnlyOffice reverse proxy and disable WOPI in Docker Compose
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 54s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-17 15:54:49 +01:00
parent 10c755775d
commit 4c9fddee42
2 changed files with 8 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ services:
environment:
- JWT_ENABLED=true
- JWT_SECRET={{ jwt_private_key | default('') }}
- WOPI_ENABLED=false
volumes:
- {{ seafile_data_dir }}/onlyoffice/logs:/var/log/onlyoffice
- {{ seafile_data_dir }}/onlyoffice/data:/var/www/onlyoffice/Data