mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02:00
fix: ntfy version rollback
This commit is contained in:
parent
eb31a1fb99
commit
55de10dc3e
1 changed files with 13 additions and 9 deletions
|
@ -33,8 +33,11 @@
|
|||
|
||||
systemd.services.uptime-kuma.path = [ pkgs.unixtools.ping ];
|
||||
|
||||
services.ntfy-sh.enable = true;
|
||||
services.ntfy-sh.settings = {
|
||||
services.ntfy-sh =
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.unstable.ntfy-sh;
|
||||
settings = {
|
||||
listen-http = ":8080";
|
||||
behind-proxy = true;
|
||||
upstream-base-url = "https://ntfy.sh";
|
||||
|
@ -42,6 +45,7 @@
|
|||
auth-file = "/srv/ntfy/user.db";
|
||||
auth-default-access = "deny-all";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."status.julienmalka.me" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue