Add: Service filter buttons

This commit is contained in:
2026-03-20 19:50:55 +00:00
commit 8ae7fe8e57
6 changed files with 4497 additions and 0 deletions

20
Caddyfile Normal file
View File

@@ -0,0 +1,20 @@
key.reifonas.cloud:80 {
root * /usr/share/caddy
basic_auth /* {
tracksteel $2a$14$FrvxlSG4K58bnTitHVU.4OF8BGBKoedoF0a22LyzAMxuTjlrjKD8S
}
file_server {
browse
}
encode gzip
header {
X-Content-Type-Options nosniff
X-Frame-Options DENY
X-XSS-Protection "1; mode=block"
Referrer-Policy strict-origin-when-cross-origin
}
}