SteamBee 1.0.2
SteamBee 1.0.2 improves the public Docker deployment path without changing the application API or database schema.
Changes
- Pin the runtime identity to UID/GID
10001:10001for predictable VPS, NAS, and Unraid bind-mount permissions. - Make
compose.image.ymldirectly usable with the pinnedghcr.io/ill-yes/steam-bee:1.0.2image while preservingSTEAM_BEE_IMAGEoverrides. - Keep local backup archives out of Git and the Docker build context.
- Make restore operations remove stale visible files and dotfiles before extracting a backup.
- Put the prebuilt-image quick start first and clarify host-based versus container-based reverse proxy setups.
- Verify the runtime identity in the CI read-only container smoke test.
Install
git clone https://github.com/ill-yes/steam-bee.git
cd steam-bee
docker compose -f compose.image.yml up -dOpen http://127.0.0.1:3000 by default. See the README for remote access, reverse proxy, Unraid, backup, restore, and update instructions.
Container images
ghcr.io/ill-yes/steam-bee:1.0.2- immutable patch releaseghcr.io/ill-yes/steam-bee:1.0- latest 1.0 patchghcr.io/ill-yes/steam-bee:latest- latest stable release
All stable tags currently resolve to the same OCI manifest digest and support linux/amd64 and linux/arm64. BuildKit provenance attestations are published alongside both platform images.