feat: add redirection for CardDAV and CalDAV in Caddyfile
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 15s
Nix Format Check / check-format (push) Successful in 58s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
Menno van Leeuwen 2025-03-14 01:45:29 +01:00
parent fedf2b4bb4
commit 88f8ad2685
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -19,6 +19,9 @@ jf.vleeuwen.me jf.mvl.sh {
}
cloud.vleeuwen.me cloud.mvl.sh {
redir /.well-known/carddav /remote.php/dav/ 301
redir /.well-known/caldav /remote.php/dav/ 301
reverse_proxy nextcloud:80
tls {{ caddy_email }}
}