move ntfy to titan

This commit is contained in:
cy 2024-12-30 17:50:29 -05:00
parent 8079585c06
commit 0a2eebfabc
6 changed files with 9 additions and 10 deletions

13
hosts/titan/ntfy.nix Normal file
View file

@ -0,0 +1,13 @@
{ ... }:
{
services.ntfy-sh = {
enable = true;
settings = {
listen-http = "127.0.0.1:8083";
base-url = "https://ntfy.cything.io";
upstream-base-url = "https://ntfy.sh";
auth-default-access = "deny-all";
behind-proxy = true;
};
};
}