diff --git a/ct/bambuddy.sh b/ct/bambuddy.sh index e93d53da..57de1f4d 100644 --- a/ct/bambuddy.sh +++ b/ct/bambuddy.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: Adrian-RDA -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/maziggy/bambuddy APP="Bambuddy" diff --git a/install/bambuddy-install.sh b/install/bambuddy-install.sh index f00025be..fbe500e6 100644 --- a/install/bambuddy-install.sh +++ b/install/bambuddy-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: Adrian-RDA -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/maziggy/bambuddy source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y libglib2.0-0 +$STD apt install -y libglib2.0-0 msg_ok "Installed Dependencies" PYTHON_VERSION="3.13" setup_uv diff --git a/json/bambuddy.json b/json/bambuddy.json new file mode 100644 index 00000000..e44f2919 --- /dev/null +++ b/json/bambuddy.json @@ -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": [] +} \ No newline at end of file