This commit is contained in:
2026-01-12 13:51:52 +01:00
parent 90191c50d8
commit 06e55c441e
44 changed files with 3066 additions and 1 deletions

15
examples/server.yml Normal file
View File

@@ -0,0 +1,15 @@
# 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"