wynne: ntfy - reconfigure directories
This commit is contained in:
parent
583370a024
commit
9ec873c100
1 changed files with 7 additions and 0 deletions
|
@ -33,7 +33,14 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
base-url = "https://${domainName}";
|
base-url = "https://${domainName}";
|
||||||
listen-http = "127.0.0.1:8080";
|
listen-http = "127.0.0.1:8080";
|
||||||
|
auth-file = "/mnt/data/ntfy-sh/user.db";
|
||||||
|
attachment-cache-dir = "/mnt/data/ntfy-sh/attachments";
|
||||||
|
cache-file = "/mnt/data/ntfy-sh/cache-file.db";
|
||||||
|
|
||||||
|
auth-default-access = "deny-all";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
systemd.services.ntfy-sh.unitConfig.RequiresMountsFor = [ "/mnt/data" ];
|
||||||
|
systemd.services.ntfy-sh.serviceConfig.WorkingDirectory = [ "/mnt/data/ntfy-sh" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue