Files
ntfywui/examples/server.yml
2026-01-12 13:51:52 +01:00

16 lines
408 B
YAML

# Example ntfy server.yml
# Mount to /etc/ntfy/server.yml inside the ntfy container.
#
# Docs: https://docs.ntfy.sh/config/
listen-http: ":80"
base-url: "http://localhost" # set to your public URL
cache-file: "/var/cache/ntfy/cache.db"
# Enable authentication (required for user/access/token management)
auth-file: "/var/lib/ntfy/user.db"
auth-default-access: "deny-all"
# Optional: log
log-level: "info"