polish changelogs

This commit is contained in:
Michael Eischer
2025-04-14 21:30:39 +02:00
parent eee73d3bc1
commit 4c368ae1fb
4 changed files with 13 additions and 10 deletions

View File

@@ -2,8 +2,8 @@ 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.
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