⚠️ Breaking Change: Default Port Changed to 8484
If you are upgrading from v2.4.x or earlier, the default port has changed from
8080to8484to avoid conflicts with qBittorrent and Profilarr.
What you need to do
Docker Compose — update your docker-compose.yml:
ports:
- "127.0.0.1:8484:8484" # was 8080:8080Reverse proxy — update your upstream port from 8080 to 8484.
Bookmarks — update http://localhost:8080 → http://localhost:8484.
Then pull and restart:
docker compose pull
docker compose up -dv2.5.3 Changes
- Security: Upgrade Pygments to 2.20.0 — fixes ReDoS vulnerability (CVE in GUID matching regex)
- Security: Redact Pydantic
ValidationErrordetails from HTTP responses (CodeQL #11) - Security: Use preconfigured
jinja2.Environmentfor autoescape
Previous v2.5.x changes
v2.5.2 — Fix startup crash on newer Starlette versions (Jinja2Templates autoescape compatibility)
v2.5.1 — Port changed from 6868 → 8484 (6868 conflicts with Profilarr)
v2.5.0 — Port changed from 8080 → 6868, 42 code review findings fixed