From 2073475a37c9734f247e7de806fed66c8a72efce Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 6 Jun 2026 22:22:05 +0200 Subject: [PATCH] favicon fix --- modules/server/containers/apps/favicon.nix | 2 +- systems/sandbox/cfg.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/server/containers/apps/favicon.nix b/modules/server/containers/apps/favicon.nix index b4c9e4f..a2d5c93 100644 --- a/modules/server/containers/apps/favicon.nix +++ b/modules/server/containers/apps/favicon.nix @@ -16,7 +16,7 @@ let ) (containerCfg.extra.mappings or {}); traefikAssetPathRegexp = "^/(.*/)?" - + "(favicon(-[0-9]+x[0-9]+)?\\.(ico|png|svg)" + + "(fav(icon)?(-[0-9]+x[0-9]+)?\\.(ico|png|svg)" + "|logo\\.(ico)" + "|apple-touch-icon(-precomposed)?\\.png" + "|android-chrome-[0-9]+x[0-9]+\\.png" diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index a3fcdca..85e80d9 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -51,13 +51,13 @@ # transmission = { subdomain = "arr"; subpath = "transmission"; }; # handbrake = { subdomain = "arr"; subpath = "hb"; }; # ===== DEV ===== - gitea.subdomain = "git"; + # gitea.subdomain = "git"; # ===== HOME ===== # openhab.subdomain = "hab"; # trmnl = { subdomain = "hass"; subpath = "trmnl"; }; influx.subdomain = "metrum"; - freshrss.subdomain = "rss"; + # freshrss.subdomain = "rss"; # suwayomi.subdomain = "manga"; # calibre.subdomain = "books"; # selfmark = { subdomain = "arr"; subpath = "selfmark"; };