feat: update Caddyfile to add redirection from photos.vleeuwen.me to photos.mvl.sh
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Successful in 55s
Python Lint Check / check-python (push) Failing after 11s

This commit is contained in:
Menno van Leeuwen 2025-04-02 02:27:25 +02:00
parent 0026a6d8dc
commit ad271fe57b
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -1,8 +1,13 @@
photos.vleeuwen.me photos.mvl.sh {
photos.mvl.sh {
reverse_proxy immich:2283
tls {{ caddy_email }}
}
photos.vleeuwen.me {
redir https://photos.mvl.sh{uri}
tls {{ caddy_email }}
}
hoarder.mvl.sh {
reverse_proxy hoarder:3000
tls {{ caddy_email }}