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