mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-04 01:15:12 +08:00
Update auth methods in README.md
Signed-off-by: Heavensong89 <167585203+Heavensong89@users.noreply.github.com>
This commit is contained in:
parent
3ab505e133
commit
e26b501009
@ -14,7 +14,7 @@ This mod gives SWAG the ability to auto-detect running containers via labels and
|
||||
- `swag_port=80` - *optional* - overrides *internal* exposed port (if no preset conf and this label not set, auto-proxy will default to first detected exposed port)
|
||||
- `swag_proto=http` - *optional* - overrides internal proto (defaults to http)
|
||||
- `swag_url=containername.domain.com` - *optional* - overrides *server_name* (defaults to `containername.*`)
|
||||
- `swag_auth=authelia` - *optional* - enables auth methods (options are `authelia`, `authentik`, `ldap` and `http` for basic http auth)
|
||||
- `swag_auth=authelia` - *optional* - enables auth methods (options are `authelia`, `authentik`, `ldap`, `tinyauth` and `http` for basic http auth)
|
||||
- `swag_auth_bypass=/api,/othersubfolder` - *optional* - bypasses auth for selected subfolders. Comma separated, no spaces.
|
||||
- `swag_server_custom_directive=custom_directive;` - *optional* - injects the label value as is into the server block of the generated conf. Must be a valid nginx directive, ending with a semi colon.
|
||||
- `swag_preset_conf=confname` - *optional* - allows defining a preset conf to use if the container name does not match one (if the conf name is `radarr.subdomain.conf.sample`, set this value to `radarr`). If the container name matches an existing conf, this var will be ignored.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user