inital setup

This commit is contained in:
2023-06-10 21:08:44 +02:00
parent 522b2ddf8b
commit f3b17e69ff
6 changed files with 59 additions and 0 deletions

12
files/conf/snippets/auth Normal file
View File

@@ -0,0 +1,12 @@
## generate pass hash (debian):
# sudo apt install apache2-utils
# htpasswd -bnBC 10 "" password | tr -d ':'
# user: test
# password: password
(auth) {
basicauth {args.0} {
test $2y$10$XSrHHXUlQZeRumAc9nl7QevDzKv9H5TXVtb6nxr0Gmrk6VogHWRVK
}
}