Files
pi-hosted/template/apps/klipper.json
2022-11-12 22:44:08 -05:00

31 lines
1009 B
JSON

{
"categories": [
"Other",
"3d-printers",
"Tools"
],
"description": "Klipper [Testing] Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper.",
"env": [
{
"default": "/dev/ttymxc3",
"label": "3d-printer-device",
"name": "3d-printer-device"
}
],
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/drupal.png",
"name": "klipper-mainsail-moonraker",
"officialDoc": "https://hub.docker.com/r/mkuf/klipper",
"platform": "linux",
"preInstallScript": "install_klipper.sh",
"repository": {
"stackfile_arm32": "stack/klipper.yml",
"stackfile_arm64": "stack/klipper.yml",
"stackfile_amd64": "stack/klipper.yml",
"url": "https://github.com/pi-hosted/pi-hosted/"
},
"restart_policy": "unless-stopped",
"title": "Klipper, Mainsail, Moonraker",
"type": 3,
"webpage": "https://hub.docker.com/r/mkuf/klipper"
}