Skip to content
Marko@VMHOMELAB edited this page Jun 24, 2026 · 7 revisions

Printbuddy Wiki

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 dev branch when validating new work; use main / latest only for stable deployments.

Wiki structure

Getting Started

Installation

Configuration

Features

Maintenance

Troubleshooting

Development

Correct project references

Use the Printbuddy fork/repository and image names:

Repository:      https://github.com/vmhomelab/Printbuddy
Container image: docker.io/vmhomelabde/printbuddy
Stable tag:      docker.io/vmhomelabde/printbuddy:latest
Dev tag:         docker.io/vmhomelabde/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/....

Repository workflow

Development happens on dev first:

  1. Commit and push work to dev.
  2. Test from dev.
  3. Merge approved changes into main.
  4. Release from main.

Clone this wiki locally