feat: add Collabora service configuration to Caddyfile and update docker-compose setup
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:
Menno van Leeuwen 2025-03-14 11:26:22 +01:00
parent 8d597cff7b
commit 5b19f3f67b
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE
2 changed files with 6 additions and 1 deletions

View File

@ -25,3 +25,8 @@ cloud.vleeuwen.me cloud.mvl.sh {
reverse_proxy nextcloud:80
tls {{ caddy_email }}
}
collabora.mvl.sh {
reverse_proxy collabora:9980
tls {{ caddy_email }}
}

View File

@ -41,7 +41,7 @@ services:
- caddy_network
- nextcloud
code:
collabora:
image: collabora/code:latest
restart: always
environment: