Initial commit — docker stack carloselugo.com
Services: Caddy, frontend, Uptime Kuma, Netdata, ntfy, Dozzle, Gitea
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user