ImageSilo v0.1.0-rc.2
Pre-release
Pre-release
Highlights
- Hardened first-run setup with a one-time bootstrap token that is emitted only for uninitialized instances and cleared after successful initialization.
- Serialized credential changes and per-image mutations, bounded image processing at concurrency
1, and staged uploads to disk before decoding. - Added Nginx Proxy Manager client-IP validation, GIF preflight limits, managed-file integrity checks, tighter SQLite permissions, and HTTP timeouts.
- Kept image delivery lightweight with an in-memory metadata index, file streaming, ETag revalidation, and the operating-system page cache rather than a full-image Go cache.
- Added configurable delivery concurrency:
IMAGESILO_DELIVERY_CONCURRENCY=0means unlimited and is now the default; values1through4096enable an application-level cap. - Improved administrator UI resilience, accessibility, pagination, session expiry handling, browser-storage safeguards, and bilingual documentation.
- Hardened the release pipeline with native
linux/amd64andlinux/arm64smoke tests, immutable platform tags, revision checks, and a digest-pinned multi-platform manifest.
Container image
docker pull ghcr.io/willxup/imagesilo:v0.1.0-rc.2Platforms: linux/amd64, linux/arm64
Manifest digest: sha256:9b225c56a294f0faba693067b2ce08f81534ef2b318c93ac9e341a10b8086703
Upgrade notes
- Existing initialized deployments are not required to run setup again.
- Existing explicit
IMAGESILO_DELIVERY_CONCURRENCYvalues remain effective. Remove the override or set it to0to use the new unlimited default. - Fresh deployments obtain the bootstrap token from
docker compose logs -fand enter it on the setup page.
Verification
- Commit:
1e8b93b6a81fe240ffaadde2193a001d915b2a14 - Automated release run: https://github.com/Willxup/imagesilo/actions/runs/30611430227