mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
added a feature for private repositories
This commit is contained in:
parent
f99197dcf9
commit
6c846f856c
3 changed files with 75 additions and 0 deletions
1
mux.go
1
mux.go
|
@ -22,6 +22,7 @@ var Config = struct {
|
|||
TLSCert string
|
||||
TLS bool
|
||||
AppendOnly bool
|
||||
PrivateRepos bool
|
||||
Prometheus bool
|
||||
Debug bool
|
||||
}{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue