Added: Caddy (reverse proxy)

This commit is contained in:
Machiel
2026-03-09 09:52:07 +01:00
parent ecc88a6a15
commit 3975059e13
4 changed files with 54 additions and 10 deletions

10
Caddy/Caddyfile Normal file
View File

@@ -0,0 +1,10 @@
stats.vanemousmantelzorgwoningen.nl {
reverse_proxy plausible:8000
}
git.vanemousmantelzorgwoningen.nl {
reverse_proxy gitea:3000
}
kluis.vanemousmantelzorgwoningen.nl {
reverse_proxy vaultwarden:80
}