A docker image shamelessly stolen from https://doctor-klipper.clmntw.fr/
- JavaScript 99.3%
- CSS 0.5%
- HTML 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitea/workflows | ||
| src | ||
| .prettierrc | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
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