Spoolman NG v2026.7.8
Spoolman NG — a community-maintained continuation of Spoolman.
⚠️ Before upgrading: Spoolman applies database migrations automatically on startup. Back up your database first so you can roll back if needed.
Docker images
Multi-arch images are published to GHCR and Docker Hub:
docker pull ghcr.io/sherrmann/spoolman-ng:2026.7.8
docker pull docker.io/cookiemonster95/spoolman-ng:2026.7.8
Also tagged :latest (newest release) and :edge (latest master). Architectures: amd64, arm64, and armv7 (all with NFC support).
Android companion app (proof of concept)
When attached below, spoolman-companion-*.apk is the sideloadable Android companion app: the full web UI plus native QR/barcode and NFC scanning, working against plain-HTTP LAN servers with no TLS setup. Install it directly or track releases with Obtainium — details in mobile/README.md.
What's Changed
- mobile: support servers behind a forward-auth gateway (Authelia, etc.) by @sherrmann in #212
Full Changelog: v2026.7.7...v2026.7.8