proxy2 does auth inline

This commit is contained in:
bel
2024-03-10 11:08:51 -06:00
parent fb6d7af6d3
commit abf628d2bb
6 changed files with 51 additions and 172 deletions

View File

@@ -17,7 +17,5 @@ func New() *Server {
altaddr: altport,
limiter: rate.NewLimiter(rate.Limit(r), b),
}
_, server.auth.BOAuthZ = config.GetBOAuthZ()
_, server.auth.Authelia = config.GetAuthelia()
return server
}