diff --git a/machines/gerd/services/miniflux.nix b/machines/gerd/services/miniflux.nix index 672ebe6..16dcd36 100644 --- a/machines/gerd/services/miniflux.nix +++ b/machines/gerd/services/miniflux.nix @@ -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