Delete bambuddy (ct) after migration to ProxmoxVE (#1646)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-30 07:30:15 +00:00
committed by GitHub
parent ac38d4134e
commit 24060a1c39
3 changed files with 0 additions and 180 deletions

View File

@@ -1,35 +0,0 @@
{
"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": []
}