refactor: replace traefik with caddy

This commit is contained in:
Stavros
2026-07-16 19:38:19 +03:00
parent 9f9a87eaac
commit bb1aa72754
3 changed files with 33 additions and 40 deletions
+15
View File
@@ -0,0 +1,15 @@
{
auto_https off
}
http://whoami.127.0.0.1.sslip.io {
forward_auth tinyauth:3000 {
uri /api/auth/caddy
copy_headers Remote-User Remote-Name Remote-Email Remote-Groups
}
reverse_proxy whoami:80
}
http://tinyauth.127.0.0.1.sslip.io {
reverse_proxy tinyauth:3000
}