mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
It's actual access not just read
This commit is contained in:
parent
92216a10ba
commit
f15b03ae9d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func newRestServerApp() *restServerApp {
|
|||
flags.BoolVar(&rv.Server.PrivateRepos, "private-repos", rv.Server.PrivateRepos, "users can only access their private repo")
|
||||
flags.BoolVar(&rv.Server.Prometheus, "prometheus", rv.Server.Prometheus, "enable Prometheus metrics")
|
||||
flags.BoolVar(&rv.Server.PrometheusNoAuth, "prometheus-no-auth", rv.Server.PrometheusNoAuth, "disable auth for Prometheus /metrics endpoint")
|
||||
flags.BoolVar(&rv.Server.GroupAccessibleRepos, "group-accessible-repos", rv.Server.GroupAccessibleRepos, "let filesystem group be able to read repo files")
|
||||
flags.BoolVar(&rv.Server.GroupAccessibleRepos, "group-accessible-repos", rv.Server.GroupAccessibleRepos, "let filesystem group be able to access repo files")
|
||||
|
||||
return rv
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue