feat: add IT Tools card and Caddyfile block for tools.carloselugo.com

This commit is contained in:
2026-05-29 14:16:07 +00:00
parent b7dc08dc2f
commit 283b699844
2 changed files with 20 additions and 1 deletions
+11
View File
@@ -140,3 +140,14 @@ route-rush.carloselugo.com {
}
}
# ── IT Tools ──────────────────────────────────────────────────────────────────
tools.carloselugo.com {
import security_headers
reverse_proxy it-tools:80
encode gzip
log {
output file /var/log/caddy/it-tools.log
format json
}
}