Highlights
- Added a Docker host-IP fallback for Jellyfin requests. If Pixelfin is running in Docker and a private Jellyfin URL like
http://192.168.x.x:8096times out from inside the container, Pixelfin retries throughhost.docker.internalbehind the scenes. - Keeps your configured Jellyfin URL intact while fixing common Docker-to-host routing issues.
- Applies to server testing, library sync/scans, per-item updates, image proxying, HTML/ZIP export, and restore lookups/uploads.
- 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.8ghcr.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.