mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user