diff options
| author | toufic ar <contact@toufy.me> | 2026-09-18 02:55:34 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-09-18 02:55:34 +0300 |
| commit | e3d250f7b91f648a36fa0db3fd5ffd8d2f0b7272 (patch) | |
| tree | 34fbb00b5e3cc80fb6ccead1f17dfcae7936f110 /adonis/push/default.nix | |
| parent | 63b9d92ab1c3497f91fcc6fd15117bd7c52f4ed5 (diff) | |
| download | servers-e3d250f7b91f648a36fa0db3fd5ffd8d2f0b7272.tar.gz servers-e3d250f7b91f648a36fa0db3fd5ffd8d2f0b7272.zip | |
adonis:ntfy-sh oversight
Diffstat (limited to 'adonis/push/default.nix')
| -rw-r--r-- | adonis/push/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/adonis/push/default.nix b/adonis/push/default.nix index c60d159..1af1076 100644 --- a/adonis/push/default.nix +++ b/adonis/push/default.nix @@ -14,8 +14,10 @@ in { base-url = "https://${domain}"; behind-proxy = true; auth-file = "/var/lib/ntfy-sh/user.db"; + auth-default-access = "deny-all"; + enable-signup = false; auth-access = [ - "*:up*:write-only" + "*:up*:read-write" ]; }; }; |
