Initial: VaultUI - Gerenciador de Credenciais

This commit is contained in:
2026-03-20 15:48:02 +00:00
commit 859697deee
4 changed files with 2508 additions and 0 deletions

24
Caddyfile Normal file
View File

@@ -0,0 +1,24 @@
key.reifonas.cloud {
root * /var/www/keys
basicauth /* {
tracksteel JGRh4nLp8$vWq2xKmN3oP5rT7uY9zA1c
}
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
}
log {
output file /var/log/caddy/keys-access.log
}
}