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

@@ -28,7 +28,12 @@ sf.mvl.sh {
tls {{ caddy_email }}
}
sf.mvl.sh:6233 {
reverse_proxy onlyoffice:6233
of.mvl.sh {
reverse_proxy onlyoffice:80 {
header_up Host {host}
header_up X-Real-IP {remote}
header_up X-Forwarded-For {remote}
header_up X-Forwarded-Proto {scheme}
}
tls {{ caddy_email }}
}