Skip to content

SteamBee 1.0.2

Choose a tag to compare

@ill-yes ill-yes released this 09 Jul 22:31

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:10001 for predictable VPS, NAS, and Unraid bind-mount permissions.
  • Make compose.image.yml directly usable with the pinned ghcr.io/ill-yes/steam-bee:1.0.2 image while preserving STEAM_BEE_IMAGE overrides.
  • 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 -d

Open 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 release
  • ghcr.io/ill-yes/steam-bee:1.0 - latest 1.0 patch
  • ghcr.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.