AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
891 stars 117 forks source link

Fix over greediness and missing replacements on jellyseerr #69

Closed RaspyPiStyLiS closed 1 month ago

RaspyPiStyLiS commented 2 months ago

This fixes a issue where over greediness in the regex would cause traefik to ignore some replacements. This also tweaks the HTML href replacement to also cover entries in the javascript making it so the address in the URL bar will be correct if you accidentally press F5.

AdrienPoupa commented 1 month ago

This is great, thanks a lot for tracking this down!