1
0
Fork 0

ntfy: Enable WebPush

This commit is contained in:
Daniel Kempkens 2023-07-21 13:59:14 +02:00
parent 0bffe89307
commit b30f12fd45
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -5,7 +5,7 @@
enable = true;
settings = {
base-url = secret.ntfy.baseUrl;
base-url = "https://ntfy.kempkens.io";
listen-http = "127.0.0.1:8004";
behind-proxy = true;
@ -17,6 +17,9 @@
upstream-base-url = "https://ntfy.sh";
keepalive-interval = "45s";
inherit (secret.ntfy) web-push-public-key web-push-private-key web-push-email-address;
web-push-file = "/var/lib/ntfy-sh/webpush.db";
};
};