mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Add configurable htpasswd location
This commit is contained in:
@@ -16,4 +16,4 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
exec rest-server --path "$DATA_DIRECTORY" $OPTIONS
|
||||
exec rest-server --path "$DATA_DIRECTORY" --htpasswd-file "$PASSWORD_FILE" $OPTIONS
|
||||
|
||||
Reference in New Issue
Block a user