aboutsummaryrefslogtreecommitdiff
path: root/changelog/unreleased/issue-189
blob: f60bcd5868fa03f8deb1cad0cbc28016221ef5d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
Enhancement: Support group accessible repositories

Rest-server now supports making repositories accessible to the filesystem group
by setting the `--group-accessible-repos` option. Note that permissions of
existing files are not modified. Use `chmod -R g+rwX /path/to/repo` to make
the repository group-accessible.

https://github.com/restic/rest-server/issues/189
https://github.com/restic/rest-server/pull/308