Add configurable htpasswd location

This commit is contained in:
Drayton Munster
2022-03-25 15:39:20 -04:00
parent cb85fb38c0
commit 3903ed000c
7 changed files with 52 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
Feature: Allow configurable location for .htpasswd file (in present tense)
Added the ability for a user to change the location of the .htpasswd file with the --htpasswd-file argument.
https://github.com/restic/restic/issues/187
https://github.com/restic/restic/pull/188