forked from forkanization/Proxmox-arm64
chore(statuses): update statuses
changed: clean-orphaned-lvm coder-code-server crowdsec filebrowser-quantum glances netdata webmin
This commit is contained in:
14
frontend/public/json/statuses.json
generated
14
frontend/public/json/statuses.json
generated
@@ -44,11 +44,11 @@
|
||||
"channels.json": "✅",
|
||||
"checkmk.json": "❌",
|
||||
"clean-lxcs.json": "✅",
|
||||
"clean-orphaned-lvm.json": "🚧",
|
||||
"clean-orphaned-lvm.json": "🧪",
|
||||
"cloudflare-ddns.json": "🧪",
|
||||
"cloudflared.json": "✅",
|
||||
"cockpit.json": "✅",
|
||||
"coder-code-server.json": "🚧",
|
||||
"coder-code-server.json": "🧪",
|
||||
"commafeed.json": "✅",
|
||||
"configarr.json": "🧪",
|
||||
"convertx.json": "🧪",
|
||||
@@ -57,7 +57,7 @@
|
||||
"cron-update-lxcs.json": "✅",
|
||||
"cronicle.json": "✅",
|
||||
"cross-seed.json": "✅",
|
||||
"crowdsec.json": "🚧",
|
||||
"crowdsec.json": "🧪",
|
||||
"cryptpad.json": "✅",
|
||||
"daemonsync.json": "❌",
|
||||
"dashy.json": "✅",
|
||||
@@ -82,7 +82,7 @@
|
||||
"excalidraw.json": "🧪",
|
||||
"fenrus.json": "✅",
|
||||
"fhem.json": "✅",
|
||||
"filebrowser-quantum.json": "🚧",
|
||||
"filebrowser-quantum.json": "🧪",
|
||||
"filebrowser.json": "✅",
|
||||
"fileflows.json": "🧪",
|
||||
"firefly.json": "✅",
|
||||
@@ -100,7 +100,7 @@
|
||||
"gitea-mirror.json": "🧪",
|
||||
"gitea.json": "✅",
|
||||
"glance.json": "✅",
|
||||
"glances.json": "🚧",
|
||||
"glances.json": "🧪",
|
||||
"glpi.json": "✅",
|
||||
"go2rtc.json": "✅",
|
||||
"gokapi.json": "✅",
|
||||
@@ -187,7 +187,7 @@
|
||||
"navidrome.json": "✅",
|
||||
"neo4j.json": "✅",
|
||||
"netbox.json": "🚧",
|
||||
"netdata.json": "🚧",
|
||||
"netdata.json": "🧪",
|
||||
"nextcloud-vm.json": "✅",
|
||||
"nextcloudpi.json": "🚧",
|
||||
"nextpvr.json": "🚧",
|
||||
@@ -341,7 +341,7 @@
|
||||
"wavelog.json": "🧪",
|
||||
"wazuh.json": "❌",
|
||||
"web-check.json": "🧪",
|
||||
"webmin.json": "🚧",
|
||||
"webmin.json": "🧪",
|
||||
"wger.json": "🧪",
|
||||
"whisparr.json": "✅",
|
||||
"wikijs.json": "✅",
|
||||
|
||||
@@ -84,9 +84,9 @@ VERSION=$(curl -fsSL https://api.github.com/repos/coder/code-server/releases/lat
|
||||
awk '{print substr($2, 3, length($2)-4) }')
|
||||
|
||||
msg_info "Installing Code-Server v${VERSION}"
|
||||
curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_amd64.deb &>/dev/null
|
||||
dpkg -i code-server_"${VERSION}"_amd64.deb &>/dev/null
|
||||
rm -rf code-server_"${VERSION}"_amd64.deb
|
||||
curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_arm64.deb &>/dev/null
|
||||
dpkg -i code-server_"${VERSION}"_arm64.deb &>/dev/null
|
||||
rm -rf code-server_"${VERSION}"_arm64.deb
|
||||
mkdir -p ~/.config/code-server/
|
||||
systemctl enable -q --now code-server@"$USER"
|
||||
cat <<EOF >~/.config/code-server/config.yaml
|
||||
|
||||
@@ -120,7 +120,7 @@ if [[ -f "$INSTALL_PATH" ]]; then
|
||||
read -r update_prompt
|
||||
if [[ "${update_prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||
msg_info "Updating ${APP}"
|
||||
curl -fsSL https://github.com/gtsteffaniak/filebrowser/releases/latest/download/linux-amd64-filebrowser -o "$INSTALL_PATH"
|
||||
curl -fsSL https://github.com/gtsteffaniak/filebrowser/releases/latest/download/linux-arm64-filebrowser -o "$INSTALL_PATH"
|
||||
chmod +x "$INSTALL_PATH"
|
||||
msg_ok "Updated ${APP}"
|
||||
exit 0
|
||||
@@ -140,7 +140,7 @@ read -r install_prompt
|
||||
if [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||
msg_info "Installing ${APP} on ${OS}"
|
||||
$PKG_MANAGER curl ffmpeg &>/dev/null
|
||||
curl -fsSL https://github.com/gtsteffaniak/filebrowser/releases/latest/download/linux-amd64-filebrowser -o "$INSTALL_PATH"
|
||||
curl -fsSL https://github.com/gtsteffaniak/filebrowser/releases/latest/download/linux-arm64-filebrowser -o "$INSTALL_PATH"
|
||||
chmod +x "$INSTALL_PATH"
|
||||
msg_ok "Installed ${APP}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user