Open IntermittentlyRupert opened 3 years ago
I am facing a similar issue with a private container. It doesnt panic, just silently doesnt apply the regex replace :(
The issue can be caused by gzip compression on the backend container.
This fork supports gzip compression on backends :
This may be a duplicate of #13, but I'm not seeing the
panic
logs described in that issue. As with #13 I'm using CLI static config and Docker tag dynamic config.Of the containers I've tried, these have rewrites applied correctly:
portainer/portainer
plexinc/pms-docker
linuxserver/jackett
linuxserver/deluge
linuxserver/nzbhydra2
and these silently fail:
linuxserver/sonarr
linuxserver/radarr
linuxserver/sabnzbd
Here's a minimal
docker-compose.yaml
whereportainer
will have the theme.park stylesheet injected into responses andsonarr
will not:Here are the associated debug logs from creating the containers then loading the landing page of each service: