mkModule various + fixes
This commit is contained in:
@@ -22,11 +22,11 @@ let
|
||||
base-url = "https://${cfg.reverseProxy.subdomain}.mjallen.dev";
|
||||
enable-login = true;
|
||||
listen-http = ":${toString cfg.port}";
|
||||
cache-file = "${cfg.dataDir}/ntfy/cache.db";
|
||||
cache-file = "${cfg.configDir}/ntfy/cache.db";
|
||||
attachment-cache-dir = "${cfg.dataDir}/ntfy/attachments";
|
||||
behind-proxy = true;
|
||||
auth-default-access = "deny-all";
|
||||
auth-file = "${cfg.dataDir}/ntfy/user.db";
|
||||
auth-file = "${cfg.configDir}/ntfy/user.db";
|
||||
auth-users = [
|
||||
"mjallen:$2a$10$g4TqI8UiKKVaKTmrwnXIw.wtajiLBM6oc3UCfJ//lPZFilJnBirn.:admin"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user