Former-commit-id: 40648d4041
This commit is contained in:
Hadi
2024-06-18 11:26:35 +02:00
committed by GitHub
parent 918c865202
commit fe01b971cf
10 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
# Push Notification Server
# https://mynixos.com/nixpkgs/options/services.ntfy-sh
let
hostname = "ntfy.anotherhadi.com";
@@ -9,7 +10,7 @@ in{
settings = {
base-url = url;
listen-http = "${port}";
# auth-file
# auth-file = "/etc/ntfy-sh/authfile"
auth-default-access = "deny-all";
behind-proxy = true;
};