services.miniflux: disable authelia for API endpoint

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

View file

@ -29,6 +29,8 @@ in {
locations."/" = config.mine.shared.lib.authelia.mkProtectedLocation {
proxyPass = "http://localhost:${builtins.toString port}";
};
locations."/v1".proxyPass = "http://localhost:${builtins.toString port}";
};
# meta