minor fix

This commit is contained in:
Yan Lin 2025-12-02 19:28:39 +01:00
parent 8cb9f7cd93
commit 20d61d67f8
2 changed files with 10 additions and 7 deletions

View file

@ -25,6 +25,9 @@ in
listen-http = ":${toString cfg.port}";
base-url = cfg.baseUrl;
# iOS push notification support
upstream-base-url = "https://ntfy.sh";
# Authentication
auth-file = "/var/lib/ntfy-sh/user.db";
auth-default-access = "deny-all";