Merge branch 'master' into inbuilt-proxy
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> # Conflicts: # Dockerfile # internal/outpost/ak/api.go # internal/outpost/ak/api_uag.go # internal/outpost/ak/global.go # internal/outpost/ldap/api_tls.go # internal/outpost/ldap/instance_bind.go # internal/outpost/ldap/utils.go # internal/outpost/proxy/api_bundle.go # outpost/go.mod # outpost/go.sum # outpost/pkg/ak/cert.go
This commit is contained in:
@ -46,7 +46,7 @@ func main() {
|
||||
for {
|
||||
go attemptStartBackend(g, ex)
|
||||
ws.Start()
|
||||
go attemptProxyStart(u, ex)
|
||||
// go attemptProxyStart(u, ex)
|
||||
|
||||
<-ex
|
||||
log.WithField("logger", "authentik").Debug("shutting down webserver")
|
||||
|
||||
Reference in New Issue
Block a user