update documentation

This commit is contained in:
Nystik
2026-04-05 00:06:35 +02:00
parent b4fa193d2d
commit dd4b89930e
11 changed files with 583 additions and 53 deletions

View File

@@ -0,0 +1,14 @@
# Authelia portal. Replace auth.example.com with your auth subdomain.
auth.example.com {
reverse_proxy authelia:9091
}
# Ignis. Replace ignis.example.com with your domain.
ignis.example.com {
forward_auth authelia:9091 {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
}
reverse_proxy ignis:8080
}