Highlights
- Improved the Docker host-IP Jellyfin fallback added in v1.0.8.
- Pixelfin now remembers when a private Jellyfin URL needs
host.docker.internaland uses that working route first on later requests. - This avoids repeated timeout delays during Test, scans, image loading, HTML/ZIP export, and restore.
- Keeps your configured Jellyfin URL intact, for example
http://192.168.x.x:8096, while making Docker-hosted Pixelfin able to reach host-running Jellyfin. - Keeps Jellyfin 10.11 and Jellyfin 12 compatibility.
Docker Images
Published multi-architecture images for linux/amd64 and linux/arm64:
ghcr.io/nothing2obvi/pixelfin:v1.0.9ghcr.io/nothing2obvi/pixelfin:latest
Notes
You can disable the fallback by setting PIXELFIN_DOCKER_HOST_FALLBACK=false, or point it somewhere else by setting PIXELFIN_DOCKER_HOST_FALLBACK to a different hostname.