From 0ab7450130c5fe046d572bc7d6eb96699369b3a4 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:56:04 +1000 Subject: [PATCH] Update app statuses --- ct/beszel-hub.sh | 46 ------------------------------- install/beszel-hub-install.sh | 38 ------------------------- json/archlinux-vm.json | 3 +- json/beszel-hub.json | 35 ----------------------- json/beszel.json | 3 +- json/clean-orphaned-lvm.json | 3 +- json/docker-vm.json | 3 +- json/lxc-delete.json | 3 +- json/monica.json | 3 +- json/nodebb.json | 3 +- json/pocketid.json | 3 +- json/post-pmg-install.json | 3 +- json/projectsend.json | 3 +- json/prometheus-pve-exporter.json | 3 +- json/sqlserver2022.json | 3 +- json/ubuntu2410-vm.json | 3 +- json/urbackupserver.json | 3 +- 17 files changed, 28 insertions(+), 133 deletions(-) delete mode 100644 ct/beszel-hub.sh delete mode 100644 install/beszel-hub-install.sh delete mode 100644 json/beszel-hub.json diff --git a/ct/beszel-hub.sh b/ct/beszel-hub.sh deleted file mode 100644 index 59af0395f..000000000 --- a/ct/beszel-hub.sh +++ /dev/null @@ -1,46 +0,0 @@ -#!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) -# Copyright (c) 2021-2025 tteck -# Author: tteck (tteckster) -# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE -# Source: https://runtipi.io/ - -# App Default Values -APP="Beszel-Hub" -var_tags="os" -var_cpu="2" -var_ram="2048" -var_disk="8" -var_os="debian" -var_version="12" -var_unprivileged="1" - -# App Output & Base Settings -header_info "$APP" -base_settings - -# Core -variables -color -catch_errors - -function update_script() { - header_info - check_container_storage - check_container_resources - if [[ ! -d /opt/beszel ]]; then - msg_error "No ${APP} Installation Found!" - exit - fi - cd /opt/beszel && ./beszel update - exit -} - -start -build_container -description - -msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" \ No newline at end of file diff --git a/install/beszel-hub-install.sh b/install/beszel-hub-install.sh deleted file mode 100644 index 60a42e283..000000000 --- a/install/beszel-hub-install.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/usr/bin/env bash - -# Copyright (c) 2021-2024 tteck -# Author: tteck (tteckster) -# License: MIT -# https://github.com/tteck/Proxmox/raw/main/LICENSE - -source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" -color -verb_ip6 -catch_errors -setting_up_container -network_check -update_os - -msg_info "Installing Dependencies" -$STD apt-get install -y curl -$STD apt-get install -y sudo -$STD apt-get install -y mc -$STD apt-get install -y wget -$STD apt-get install -y openssh-server -msg_ok "Installed Dependencies" - -msg_info "Installing Beszel Hub" -mkdir /opt/beszel -curl -sL https://raw.githubusercontent.com/henrygd/beszel/main/supplemental/scripts/install-hub.sh -o install.sh -chmod +x install.sh -$STD ./install.sh -msg_ok "Installed Beszel Hub" - -motd_ssh -customize - -msg_info "Cleaning up" -rm ./install.sh -$STD apt-get -y autoremove -$STD apt-get -y autoclean -msg_ok "Cleaned" diff --git a/json/archlinux-vm.json b/json/archlinux-vm.json index ddd910672..ecdb1f2db 100644 --- a/json/archlinux-vm.json +++ b/json/archlinux-vm.json @@ -35,5 +35,6 @@ "text": "doesnt work with lvm and lvmthin disks!", "type": "warning" } - ] + ], + "status": "🚧" } diff --git a/json/beszel-hub.json b/json/beszel-hub.json deleted file mode 100644 index c6d8e1b14..000000000 --- a/json/beszel-hub.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Beszel Hub", - "slug": "beszel-hub", - "categories": [ - 8 - ], - "date_created": "2025-01-18", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 8090, - "documentation": "https://beszel.dev/guide/getting-started", - "website": "https://beszel.dev", - "logo": "https://beszel.dev/icon.svg", - "description": "Beszel is a lightweight server monitoring platform that includes Docker statistics, historical data, and alert functions.", - "install_methods": [ - { - "type": "default", - "script": "ct/beszel-hub.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 8, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [], - "status": "βœ…" -} \ No newline at end of file diff --git a/json/beszel.json b/json/beszel.json index 8a67b41b1..a7c38b251 100644 --- a/json/beszel.json +++ b/json/beszel.json @@ -30,5 +30,6 @@ "username": null, "password": null }, - "notes": [] + "notes": [], + "status": "🚧" } \ No newline at end of file diff --git a/json/clean-orphaned-lvm.json b/json/clean-orphaned-lvm.json index 4382ce3f2..84eb161b0 100644 --- a/json/clean-orphaned-lvm.json +++ b/json/clean-orphaned-lvm.json @@ -35,5 +35,6 @@ "text": "Execute within the Proxmox shell", "type": "info" } - ] + ], + "status": "🚧" } diff --git a/json/docker-vm.json b/json/docker-vm.json index b53107214..960c5e619 100644 --- a/json/docker-vm.json +++ b/json/docker-vm.json @@ -39,5 +39,6 @@ "text": "This Script works on amd64 and arm64 Architecture.", "type": "info" } - ] + ], + "status": "🚧" } diff --git a/json/lxc-delete.json b/json/lxc-delete.json index f2010dbe3..6bdcbb8b6 100644 --- a/json/lxc-delete.json +++ b/json/lxc-delete.json @@ -35,5 +35,6 @@ "text": "Execute within the Proxmox shell", "type": "info" } - ] + ], + "status": "🚧" } diff --git a/json/monica.json b/json/monica.json index 6e91b210a..006463bd5 100644 --- a/json/monica.json +++ b/json/monica.json @@ -30,5 +30,6 @@ "username": "admin@helper-scripts.com", "password": "helper-scripts.com" }, - "notes": [] + "notes": [], + "status": "🚧" } diff --git a/json/nodebb.json b/json/nodebb.json index 85b8c1294..7e19572e4 100644 --- a/json/nodebb.json +++ b/json/nodebb.json @@ -36,5 +36,6 @@ "text": "Only use Ubuntu 24.04!", "type": "warning" } - ] + ], + "status": "🚧" } \ No newline at end of file diff --git a/json/pocketid.json b/json/pocketid.json index 2e9880aa9..70315ece5 100644 --- a/json/pocketid.json +++ b/json/pocketid.json @@ -39,5 +39,6 @@ "text": "Configuration Path: `/opt/pocket-id/backend/.env`, `/opt/pocket-id/frontend/.env`.", "type": "info" } - ] + ], + "status": "🚧" } diff --git a/json/post-pmg-install.json b/json/post-pmg-install.json index 442a4c9bf..2535b3d17 100644 --- a/json/post-pmg-install.json +++ b/json/post-pmg-install.json @@ -43,5 +43,6 @@ "text": "It is recommended to answer β€œyes” (y) to all options presented during the process.", "type": "info" } - ] + ], + "status": "🚧" } \ No newline at end of file diff --git a/json/projectsend.json b/json/projectsend.json index fe3ab3a20..702f7602b 100644 --- a/json/projectsend.json +++ b/json/projectsend.json @@ -35,5 +35,6 @@ "text": "After running the update script, logging in as a system user in ProjectSend is necessary to upgrade the database.", "type": "info" } - ] + ], + "status": "🚧" } \ No newline at end of file diff --git a/json/prometheus-pve-exporter.json b/json/prometheus-pve-exporter.json index cc028b4b3..021eb3637 100644 --- a/json/prometheus-pve-exporter.json +++ b/json/prometheus-pve-exporter.json @@ -36,5 +36,6 @@ "text": "Please adjust the Proxmox credentials in the configuration file: /opt/prometheus-pve-exporter/pve.yml", "type": "info" } - ] + ], + "status": "🚧" } \ No newline at end of file diff --git a/json/sqlserver2022.json b/json/sqlserver2022.json index 818b88c4d..763e5e987 100644 --- a/json/sqlserver2022.json +++ b/json/sqlserver2022.json @@ -43,5 +43,6 @@ "text":"Do disable the SA account if you intent to use this in production!", "type":"warning" } - ] + ], + "status": "🚧" } diff --git a/json/ubuntu2410-vm.json b/json/ubuntu2410-vm.json index a1715368a..780ad2c50 100644 --- a/json/ubuntu2410-vm.json +++ b/json/ubuntu2410-vm.json @@ -30,5 +30,6 @@ "username": null, "password": null }, - "notes": [] + "notes": [], + "status": "🚧" } diff --git a/json/urbackupserver.json b/json/urbackupserver.json index 14c35bfba..77df4120a 100644 --- a/json/urbackupserver.json +++ b/json/urbackupserver.json @@ -35,5 +35,6 @@ "text":"You probably want to drastically extend the storage space to fit whatever clients you want to back up", "type":"info" } - ] + ], + "status": "🚧" }