From 7ffda539535e6f05d602a5edd3a9e4224cef800f Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Fri, 8 May 2026 22:34:59 -0700 Subject: [PATCH] added server config file --- Ntfy/server.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Ntfy/server.yml diff --git a/Ntfy/server.yml b/Ntfy/server.yml new file mode 100644 index 0000000..265936e --- /dev/null +++ b/Ntfy/server.yml @@ -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" \ No newline at end of file