mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Add support for proxy-based authentication
This commit is contained in:
parent
f053e33486
commit
b0a9a0452e
6 changed files with 106 additions and 7 deletions
|
@ -24,6 +24,7 @@ type Server struct {
|
|||
TLSCert string
|
||||
TLS bool
|
||||
NoAuth bool
|
||||
ProxyAuthUsername string
|
||||
AppendOnly bool
|
||||
PrivateRepos bool
|
||||
Prometheus bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue