Sign inSign up

cookiemonster95/spoolman-ng

By cookiemonster95

•Updated 6 minutes ago

Image
0

10K+

cookiemonster95/spoolman-ng repository overview

⁠Spoolman NG

A community-maintained continuation of Spoolman⁠ — keep track of your inventory of 3D-printer filament spools. Drop-in compatible with the upstream image and the whole ecosystem (Moonraker/Klipper, OctoPrint, Home Assistant), plus NFC spool identification, QR label printing, user accounts, and more.

šŸ“¦ Source, docs & issues: https://github.com/sherrmann/Spoolman-NG⁠

⁠Quick start

services:
  spoolman:
    image: cookiemonster95/spoolman-ng:latest   # also: ghcr.io/sherrmann/spoolman-ng
    restart: unless-stopped
    volumes:
      - ./data:/home/app/.local/share/spoolman
    ports:
      - "7912:8000"

Then open http://localhost:7912.

⁠Tags

TagMeaning
latestNewest release
YYYY.M.PATCHA pinned release (e.g. 2026.7.12)
edgeLatest master build
sha-<commit>A specific commit

Architectures: amd64, arm64, armv7 — all with NFC support.

Following an upstream Spoolman guide? Wherever it says ghcr.io/donkie/spoolman or donkieyo/spoolman, use this image instead — ports, volume path, and environment variables are unchanged.

Full configuration reference (databases, base path, auth, backups): Installation & Configuration guide⁠. A Helm chart is published as oci://ghcr.io/sherrmann/charts/spoolman-ng.

Tag summary

Content type

Image

Digest

sha256:e386d238e…

Size

85.7 MB

Last updated

1 day ago

docker pull cookiemonster95/spoolman-ng