added server config file

This commit is contained in:
2026-05-08 22:34:59 -07:00
parent 4c94bcbe8c
commit 7ffda53953
+14
View File
@@ -0,0 +1,14 @@
base-url: "https://ntfy.example.com"
listen-http: ":80"
auth-file: "/var/lib/ntfy/user.db"
auth-default-access: "deny-all"
enable-login: true
cache-file: "/var/lib/ntfy/cache.db"
cache-duration: "12h"
attachment-cache-dir: "/var/lib/ntfy/attachments"
attachment-total-size: "5G"
attachment-file-size: "15M"
attachment-expiry-duration: "3h"