feat: separate hoarder.mvl.sh redirection from karakeep service configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 24s
Nix Format Check / check-format (push) Successful in 1m21s
Python Lint Check / check-python (push) Failing after 18s

This commit is contained in:
2025-05-13 17:25:40 +02:00
parent afa538af9a
commit ea41c83161

View File

@ -8,11 +8,15 @@ photos.vleeuwen.me {
tls {{ caddy_email }}
}
karakeep.mvl.sh hoarder.mvl.sh {
karakeep.mvl.sh {
reverse_proxy karakeep:3000
tls {{ caddy_email }}
}
hoarder.mvl.sh {
redir https://karakeep.mvl.sh{uri}
}
git.vleeuwen.me git.mvl.sh {
reverse_proxy gitea:3000
tls {{ caddy_email }}