ntfy: Enable WebPush
This commit is contained in:
parent
0bffe89307
commit
b30f12fd45
2 changed files with 4 additions and 1 deletions
Binary file not shown.
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue