Initial commit — docker stack carloselugo.com

Services: Caddy, frontend, Uptime Kuma, Netdata, ntfy, Dozzle, Gitea
This commit is contained in:
2026-04-23 18:57:20 +00:00
commit f510bec447
19 changed files with 1238 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# ntfy server configuration
# Ubicación: ./ntfy/config/server.yml
base-url: "https://ntfy.carloselugo.com"
listen-http: ":80"
# Cache de mensajes (para cuando el celular no está conectado)
cache-file: "/var/cache/ntfy/cache.db"
cache-duration: "12h"
# Autenticación — IMPORTANTE: protege tu servidor
auth-file: "/etc/ntfy/user.db"
auth-default-access: "deny-all"
# Límites (ajusta según necesites)
global-topic-limit: 50
visitor-request-limit-burst: 60
visitor-request-limit-replenish: "5s"