move sample files because templates ignores them

This commit is contained in:
2025-03-09 16:43:37 +01:00
parent 4242612c8f
commit 3203317ce0
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import snippets/*
import pages/*

View File

@@ -0,0 +1,4 @@
http://example.com {
import auth "*"
respond "example.com here!"
}

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
}
}