Files
backuppc/files/auth.conf
Roman Vaníček 2c2fce378b
All checks were successful
continuous-integration/drone/push Build is passing
Backuppc that breaks its config parenthesis (starts only once, no restart).
2023-01-16 09:30:40 +01:00

4 lines
198 B
Plaintext

auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = "/etc/backuppc/htpasswd"
auth.require = ( "/BackupPC_Admin" => ( "method" => "basic", "realm" => "BackupPC", "require" => "valid-user" ) )