services.miniflux: set base_url correctly
This commit is contained in:
parent
054143d378
commit
02720387a4
1 changed files with 4 additions and 0 deletions
|
@ -8,8 +8,12 @@ in {
|
|||
enable = true;
|
||||
|
||||
config = {
|
||||
# listen only on localhost
|
||||
LISTEN_ADDR = "localhost:${builtins.toString port}";
|
||||
|
||||
# setup the correct baseurl
|
||||
BASE_URL = "https://${svc_domain}";
|
||||
|
||||
# disable admin account, disable local auth
|
||||
CREATE_ADMIN = 0;
|
||||
DISABLE_LOCAL_AUTH = "true";
|
||||
|
|
Loading…
Reference in a new issue