From 3f41b7a103f2278bceff36ac6ecc6ff2ab79545d Mon Sep 17 00:00:00 2001 From: eyjhb Date: Mon, 20 Jan 2025 18:35:42 +0100 Subject: [PATCH] miniflux: added TODO --- machines/gerd/services/miniflux.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/gerd/services/miniflux.nix b/machines/gerd/services/miniflux.nix index 78c4780..9da3294 100644 --- a/machines/gerd/services/miniflux.nix +++ b/machines/gerd/services/miniflux.nix @@ -45,6 +45,9 @@ in { # allow sharing locations."/share".proxyPass = httpListenOn; + + # used for sharing + # TODO: would be nice if nginx could serve this instead locations."~* \.(js|jpg|png|css)$".proxyPass = httpListenOn; };