mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
tadd changelog
This commit is contained in:
parent
f15b03ae9d
commit
f116937e43
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/issue-189
Normal file
9
changelog/unreleased/issue-189
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue