From 56292a47cbf5ad93597466c486790821dce1fb9c Mon Sep 17 00:00:00 2001 From: fridtjof Date: Tue, 7 Jan 2025 12:32:24 +0100 Subject: [PATCH] tt-rss: update feed-icons handling This was changed to go through the same cache system as everything else in 2022 [1]. Some clients still try to access the icons directly, so I've added a compatibility rewrite. [1] https://community.tt-rss.org/t/favicons-cache-implementation-overhaul/5698 --- nixos/modules/services/web-apps/tt-rss.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/web-apps/tt-rss.nix b/nixos/modules/services/web-apps/tt-rss.nix index ac67078367b27..a8ae29a63f03d 100644 --- a/nixos/modules/services/web-apps/tt-rss.nix +++ b/nixos/modules/services/web-apps/tt-rss.nix @@ -614,7 +614,6 @@ let "d '${cfg.root}/cache/upload' 0755 ${cfg.user} tt_rss - -" "d '${cfg.root}/cache/images' 0755 ${cfg.user} tt_rss - -" "d '${cfg.root}/cache/export' 0755 ${cfg.user} tt_rss - -" - "d '${cfg.root}/feed-icons' 0755 ${cfg.user} tt_rss - -" "L+ '${cfg.root}/www' - - - - ${servedRoot}" ];