forked from forkanization/Proxmox-arm64
Update app statuses
This commit is contained in:
@@ -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}"
|
||||
@@ -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"
|
||||
@@ -35,5 +35,6 @@
|
||||
"text": "doesnt work with lvm and lvmthin disks!",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
@@ -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": "✅"
|
||||
}
|
||||
+2
-1
@@ -30,5 +30,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"status": "🚧"
|
||||
}
|
||||
@@ -35,5 +35,6 @@
|
||||
"text": "Execute within the Proxmox shell",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
+2
-1
@@ -39,5 +39,6 @@
|
||||
"text": "This Script works on amd64 and arm64 Architecture.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
@@ -35,5 +35,6 @@
|
||||
"text": "Execute within the Proxmox shell",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
+2
-1
@@ -30,5 +30,6 @@
|
||||
"username": "admin@helper-scripts.com",
|
||||
"password": "helper-scripts.com"
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
+2
-1
@@ -36,5 +36,6 @@
|
||||
"text": "Only use Ubuntu 24.04!",
|
||||
"type": "warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
+2
-1
@@ -39,5 +39,6 @@
|
||||
"text": "Configuration Path: `/opt/pocket-id/backend/.env`, `/opt/pocket-id/frontend/.env`.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
@@ -43,5 +43,6 @@
|
||||
"text": "It is recommended to answer “yes” (y) to all options presented during the process.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
@@ -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": "🚧"
|
||||
}
|
||||
@@ -36,5 +36,6 @@
|
||||
"text": "Please adjust the Proxmox credentials in the configuration file: /opt/prometheus-pve-exporter/pve.yml",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
@@ -43,5 +43,6 @@
|
||||
"text":"Do disable the SA account if you intent to use this in production!",
|
||||
"type":"warning"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
@@ -30,5 +30,6 @@
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
"notes": [],
|
||||
"status": "🚧"
|
||||
}
|
||||
|
||||
@@ -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": "🚧"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user