mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-17 15:31:13 +00:00
15 lines
272 B
Caddyfile
15 lines
272 B
Caddyfile
{
|
|
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
|
|
} |