From 1c709b5c3baf52c1a6e86c7c3ac3ef314d8de914 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Thu, 26 Oct 2023 14:18:20 +0200 Subject: [PATCH] fix(web01/ntfy-sh): Update settings --- machines/web01/ntfy-sh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/web01/ntfy-sh.nix b/machines/web01/ntfy-sh.nix index bc03aa3..27c117c 100644 --- a/machines/web01/ntfy-sh.nix +++ b/machines/web01/ntfy-sh.nix @@ -8,9 +8,11 @@ in { settings = { base-url = "https://${host}"; - enable-login = true; behind-proxy = true; manager-interval = "1h"; + auth-default-access = "deny-all"; + enable-signup = true; + enable-login = true; }; };