mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-27 06:10:53 +01:00
fix: ntfy version rollback
This commit is contained in:
parent
eb31a1fb99
commit
55de10dc3e
1 changed files with 13 additions and 9 deletions
|
@ -33,15 +33,19 @@
|
|||
|
||||
systemd.services.uptime-kuma.path = [ pkgs.unixtools.ping ];
|
||||
|
||||
services.ntfy-sh.enable = true;
|
||||
services.ntfy-sh.settings = {
|
||||
listen-http = ":8080";
|
||||
behind-proxy = true;
|
||||
upstream-base-url = "https://ntfy.sh";
|
||||
base-url = "https://notifications.julienmalka.me";
|
||||
auth-file = "/srv/ntfy/user.db";
|
||||
auth-default-access = "deny-all";
|
||||
};
|
||||
services.ntfy-sh =
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.unstable.ntfy-sh;
|
||||
settings = {
|
||||
listen-http = ":8080";
|
||||
behind-proxy = true;
|
||||
upstream-base-url = "https://ntfy.sh";
|
||||
base-url = "https://notifications.julienmalka.me";
|
||||
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