read(miniflux): Listen on HTTP
This commit is contained in:
parent
427f7f4485
commit
bbfbca672e
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
proxyHosts = [
|
||||
{
|
||||
externalHostname = "read.datarift.nl";
|
||||
proxyAddress = "unix/${config.services.miniflux.config.LISTEN_ADDR}";
|
||||
proxyAddress = "http://${config.services.miniflux.config.LISTEN_ADDR}";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
enable = true;
|
||||
config = {
|
||||
BASE_URL = "https://read.datarift.nl";
|
||||
LISTEN_ADDR = "/run/miniflux/miniflux.sock";
|
||||
POLLING_SCHEDULER = "entry_frequency";
|
||||
OAUTH2_PROVIDER = "oidc";
|
||||
OAUTH2_REDIRCT_URL = "https://read.datarift.nl/oauth2/oidc/callback";
|
||||
|
|
Loading…
Reference in a new issue