Files
ProxmoxVED/json/bambuddy.json

35 lines
1.0 KiB
JSON

{
"name": "Bambuddy",
"slug": "bambuddy",
"categories": [
24
],
"date_created": "2026-03-27",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8000,
"documentation": "https://github.com/maziggy/bambuddy",
"website": "https://github.com/maziggy/bambuddy",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bambuddy.webp",
"config_path": "/opt/bambuddy/.env",
"description": "Bambuddy is a web-based print management tool for Bambu Lab 3D printers, providing monitoring, control, and management of your print jobs.",
"install_methods": [
{
"type": "default",
"script": "ct/bambuddy.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 10,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}