services.miniflux: disable authelia for API endpoint
This commit is contained in:
parent
88673b582e
commit
054143d378
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ in {
|
||||||
locations."/" = config.mine.shared.lib.authelia.mkProtectedLocation {
|
locations."/" = config.mine.shared.lib.authelia.mkProtectedLocation {
|
||||||
proxyPass = "http://localhost:${builtins.toString port}";
|
proxyPass = "http://localhost:${builtins.toString port}";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
locations."/v1".proxyPass = "http://localhost:${builtins.toString port}";
|
||||||
};
|
};
|
||||||
|
|
||||||
# meta
|
# meta
|
||||||
|
|
Loading…
Reference in a new issue