feat: enhance Collabora service configuration in Caddyfile and docker-compose for improved proxy headers and SSL termination
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Successful in 1m1s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-14 11:54:23 +01:00
parent a7c1cee880
commit a5657bc15a
2 changed files with 8 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ cloud.vleeuwen.me cloud.mvl.sh {
}
collabora.mvl.sh {
reverse_proxy collabora:9980
reverse_proxy collabora:9980 {
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 }}
}