mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-31 06:24:18 -04:00
Refactor Bambuddy: fix URLs to ProxmoxVED, apt-get to apt, add JSON
This commit is contained in:
35
json/bambuddy.json
Normal file
35
json/bambuddy.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user