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
}
}
+8
View File
@@ -7,6 +7,14 @@ const tools = [
url: 'https://md.carloselugo.com',
status: 'live',
},
{
id: '02',
title: 'IT Tools',
desc: 'Collection of handy developer utilities — CIDR calculator, JSON formatter, base64, JWT decoder, cron parser, and 80+ more.',
tags: ['docker', 'devtools', 'networking'],
url: 'https://tools.carloselugo.com',
status: 'live',
},
]
const statusLabel = {