Add support for proxy-based authentication

This commit is contained in:
akmet 2024-11-01 02:31:43 +01:00 committed by Michael Eischer
parent f053e33486
commit b0a9a0452e
6 changed files with 106 additions and 7 deletions

View file

@ -24,6 +24,7 @@ type Server struct {
TLSCert string
TLS bool
NoAuth bool
ProxyAuthUsername string
AppendOnly bool
PrivateRepos bool
Prometheus bool