miniflux: Enable metrics
This commit is contained in:
parent
6adfa3e78f
commit
eb9bcb08ea
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
OAUTH2_REDIRECT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
OAUTH2_REDIRECT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
||||||
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://id.datarift.nl/realms/datarift";
|
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://id.datarift.nl/realms/datarift";
|
||||||
WEBAUTHN = 1;
|
WEBAUTHN = 1;
|
||||||
|
METRICS_COLLECTOR = 1;
|
||||||
|
METRICS_ALLOWED_NETWORKS = "100.64.0.0/10,127.0.0.0/8";
|
||||||
};
|
};
|
||||||
adminCredentialsFile = config.sops.secrets.miniflux-env.path;
|
adminCredentialsFile = config.sops.secrets.miniflux-env.path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue