services.miniflux: set base_url correctly

This commit is contained in:
eyjhb 2024-12-31 13:37:52 +01:00
parent 054143d378
commit 02720387a4
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -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";