Files
rest-server/changelog/unreleased/issue-189
Michael Eischer 4c368ae1fb polish changelogs
2025-05-12 18:50:47 +02:00

10 lines
422 B
Plaintext

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. To make an existing repository group-accessible,
use `chmod -R g+rwX /path/to/repo`.
https://github.com/restic/rest-server/issues/189
https://github.com/restic/rest-server/pull/308