homelab/caddy/caddyfiles/routes/nextcloud

13 lines
276 B
Plaintext
Raw Normal View History

2025-01-09 22:43:51 +01:00
@nextcloud host cloud.timo.bmrs.nl
handle @nextcloud {
redir /.well-known/carddav /remote.php/dav/ 301
redir /.well-known/caldav /remote.php/dav/ 301
reverse_proxy nextcloud:80
}
@office host office.timo.bmrs.nl
handle @office {
reverse_proxy nextcloud-office:9980
}