diff options
| author | toufic ar <contact@toufy.me> | 2026-09-15 17:03:40 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-09-15 17:03:40 +0300 |
| commit | 244f021ab28c432169c877b9c6a0890641c3b031 (patch) | |
| tree | 3f6eb35056c5ea5d6161f32db7d122f89367496b /adonis/push/default.nix | |
| parent | 10ef0fa7d69a9f23121c8fcb9d41c677b5593974 (diff) | |
| download | servers-244f021ab28c432169c877b9c6a0890641c3b031.tar.gz servers-244f021ab28c432169c877b9c6a0890641c3b031.zip | |
ntfy-sh auth db path
Diffstat (limited to 'adonis/push/default.nix')
| -rw-r--r-- | adonis/push/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adonis/push/default.nix b/adonis/push/default.nix index 1dc8f1a..df17fe6 100644 --- a/adonis/push/default.nix +++ b/adonis/push/default.nix @@ -19,7 +19,7 @@ in { listen-http = ":${ntfyPort}"; base-url = "https://${domain}"; behind-proxy = true; - auth-file = "/var/lib/ntfy/auth.db"; + auth-file = "/var/lib/ntfy-sh/user.db"; auth-access = ["*:up*:write-only"]; }; }; |
