feat: add simple e2e tests (#1014)

This commit is contained in:
Stavros
2026-08-13 17:30:38 +03:00
committed by GitHub
parent 03841cf838
commit 5f03ccbcc8
11 changed files with 651 additions and 0 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
}