authelia - choose portal or auth basic mode

This commit is contained in:
bunkerity
2021-06-29 20:32:15 +02:00
parent a385183d88
commit c4aef1d606
3 changed files with 17 additions and 3 deletions

View File

@@ -903,6 +903,12 @@ Default value :
Context : *global*, *multisite*
The private Authelia address when doing requests from nginx (e.g. : http://my-authelia.local:9091).
`AUTHELIA_MODE`
Values : *portal* | *auth-basic*
Default value : *portal*
Context : *global*, *multisite*
Choose authentication mode : show a web page (`portal`) or a simple auth basic prompt (`auth-basic`).
## misc
`SWARM_MODE`