outpost/proxyv2: allow port offset via yaml

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-08 21:01:17 +02:00
parent 121bba1d9f
commit 502393ee56
3 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@ type WebConfig struct {
ListenTLS string `yaml:"listen_tls"`
LoadLocalFiles bool `yaml:"load_local_files" env:"AUTHENTIK_WEB_LOAD_LOCAL_FILES"`
DisableEmbeddedOutpost bool `yaml:"disable_embedded_outpost" env:"AUTHENTIK_WEB__DISABLE_EMBEDDED_OUTPOST"`
OutpostPortOffset int `yaml:"outpost_port_offset"`
}
type PathsConfig struct {