rest-server/changelog/unreleased/issue-187

8 lines
253 B
Text
Raw Normal View History

2023-04-23 22:27:27 +02:00
Enhancement: Allow configurable location for `.htpasswd` file
2022-03-25 15:39:20 -04:00
2023-04-23 22:27:27 +02:00
It is now possible to specify the location of the `.htpasswd`
file using the `--htpasswd-file` option.
2022-03-25 15:39:20 -04:00
https://github.com/restic/restic/issues/187
https://github.com/restic/restic/pull/188