fix(web01/ntfy-sh): Update settings
This commit is contained in:
parent
a4ad7810ae
commit
1c709b5c3b
1 changed files with 3 additions and 1 deletions
|
@ -8,9 +8,11 @@ in {
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
base-url = "https://${host}";
|
base-url = "https://${host}";
|
||||||
enable-login = true;
|
|
||||||
behind-proxy = true;
|
behind-proxy = true;
|
||||||
manager-interval = "1h";
|
manager-interval = "1h";
|
||||||
|
auth-default-access = "deny-all";
|
||||||
|
enable-signup = true;
|
||||||
|
enable-login = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue