mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
Add configurable htpasswd location
This commit is contained in:
parent
cb85fb38c0
commit
3903ed000c
7 changed files with 52 additions and 22 deletions
|
@ -15,6 +15,7 @@ import (
|
|||
// Server encapsulates the rest-server's settings and repo management logic
|
||||
type Server struct {
|
||||
Path string
|
||||
HtpasswdPath string
|
||||
Listen string
|
||||
Log string
|
||||
CPUProfile string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue