A docker image shamelessly stolen from https://doctor-klipper.clmntw.fr/
  • JavaScript 99.3%
  • CSS 0.5%
  • HTML 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-12-09 13:43:27 -05:00
.gitea/workflows add ci 2025-12-09 13:42:38 -05:00
src Apply prettier formatting 2025-12-09 13:17:39 -05:00
.prettierrc Apply prettier formatting 2025-12-09 13:17:39 -05:00
docker-compose.yml Initial commit 2025-12-09 10:25:22 -05:00
Dockerfile try again 2025-12-09 13:43:27 -05:00
README.md Initial commit 2025-12-09 10:25:22 -05:00

Doctor-klipper

All credit goes to Clément Weingaertner for his tool.

It was originally hosted at: https://doctor-klipper.clmntw.fr/

What is doctor-klipper?

Doctor-klipper is a simple parser for klippy.log files. It makes it easy to see what happened leading up to an error.

Clément Weingaertner created this tool and is hosting it on his website.

What is this project?

Because I find so Clément's project so useful, I decided I wanted a locally hosted version.

This project is the compiled Angularjs files served from his website bundled into a minimal docker image for simple self-hosting.

I did not obtain the source, nor do I claim that any of this is my work. Clément did an excellent job working on this, and he deserves all the credit.

How to use

Simply clone, build, and run!

git clone <repo>/doctor-klipper.git
cd doctor-klipper

docker compose up -d --build