forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Marko@VMHOMELAB edited this page Jun 6, 2026
·
7 revisions
Printbuddy is a self-hosted print archive and management dashboard for Bambu Lab, Klipper/Moonraker, and PrusaLink printers.
Status: Printbuddy is still under active development. Test from the
devbranch when validating new work; usemain/latestonly for stable deployments.
Use the Printbuddy fork/repository and image names:
Repository: https://github.com/vmhomelab/Printbuddy
Container image: ghcr.io/vmhomelab/printbuddy
Stable tag: ghcr.io/vmhomelab/printbuddy:latest
Dev tag: ghcr.io/vmhomelab/printbuddy:dev
Compose file: https://raw.githubusercontent.com/vmhomelab/Printbuddy/main/docker-compose.yml
Do not use the old pre-fork image or raw URLs such as ghcr.io/maziggy/bambuddy or raw.githubusercontent.com/maziggy/bambuddy/....
Development happens on dev first:
- Commit and push work to
dev. - Test from
dev. - Merge approved changes into
main. - Release from
main.