favicon fix
This commit is contained in:
@@ -16,7 +16,7 @@ let
|
|||||||
) (containerCfg.extra.mappings or {});
|
) (containerCfg.extra.mappings or {});
|
||||||
traefikAssetPathRegexp =
|
traefikAssetPathRegexp =
|
||||||
"^/(.*/)?"
|
"^/(.*/)?"
|
||||||
+ "(favicon(-[0-9]+x[0-9]+)?\\.(ico|png|svg)"
|
+ "(fav(icon)?(-[0-9]+x[0-9]+)?\\.(ico|png|svg)"
|
||||||
+ "|logo\\.(ico)"
|
+ "|logo\\.(ico)"
|
||||||
+ "|apple-touch-icon(-precomposed)?\\.png"
|
+ "|apple-touch-icon(-precomposed)?\\.png"
|
||||||
+ "|android-chrome-[0-9]+x[0-9]+\\.png"
|
+ "|android-chrome-[0-9]+x[0-9]+\\.png"
|
||||||
|
|||||||
@@ -51,13 +51,13 @@
|
|||||||
# transmission = { subdomain = "arr"; subpath = "transmission"; };
|
# transmission = { subdomain = "arr"; subpath = "transmission"; };
|
||||||
# handbrake = { subdomain = "arr"; subpath = "hb"; };
|
# handbrake = { subdomain = "arr"; subpath = "hb"; };
|
||||||
# ===== DEV =====
|
# ===== DEV =====
|
||||||
gitea.subdomain = "git";
|
# gitea.subdomain = "git";
|
||||||
# ===== HOME =====
|
# ===== HOME =====
|
||||||
# openhab.subdomain = "hab";
|
# openhab.subdomain = "hab";
|
||||||
# trmnl = { subdomain = "hass"; subpath = "trmnl"; };
|
# trmnl = { subdomain = "hass"; subpath = "trmnl"; };
|
||||||
influx.subdomain = "metrum";
|
influx.subdomain = "metrum";
|
||||||
|
|
||||||
freshrss.subdomain = "rss";
|
# freshrss.subdomain = "rss";
|
||||||
# suwayomi.subdomain = "manga";
|
# suwayomi.subdomain = "manga";
|
||||||
# calibre.subdomain = "books";
|
# calibre.subdomain = "books";
|
||||||
# selfmark = { subdomain = "arr"; subpath = "selfmark"; };
|
# selfmark = { subdomain = "arr"; subpath = "selfmark"; };
|
||||||
|
|||||||
Reference in New Issue
Block a user