chore(statuses): update statuses

changed:
clean-orphaned-lvm
coder-code-server
crowdsec
filebrowser-quantum
glances
netdata
webmin
This commit is contained in:
Sam Heinz
2025-07-01 14:59:45 +10:00
parent c4a07502df
commit f101fa62dc
3 changed files with 12 additions and 12 deletions
+7 -7
View File
@@ -44,11 +44,11 @@
"channels.json": "✅", "channels.json": "✅",
"checkmk.json": "❌", "checkmk.json": "❌",
"clean-lxcs.json": "✅", "clean-lxcs.json": "✅",
"clean-orphaned-lvm.json": "🚧", "clean-orphaned-lvm.json": "🧪",
"cloudflare-ddns.json": "🧪", "cloudflare-ddns.json": "🧪",
"cloudflared.json": "✅", "cloudflared.json": "✅",
"cockpit.json": "✅", "cockpit.json": "✅",
"coder-code-server.json": "🚧", "coder-code-server.json": "🧪",
"commafeed.json": "✅", "commafeed.json": "✅",
"configarr.json": "🧪", "configarr.json": "🧪",
"convertx.json": "🧪", "convertx.json": "🧪",
@@ -57,7 +57,7 @@
"cron-update-lxcs.json": "✅", "cron-update-lxcs.json": "✅",
"cronicle.json": "✅", "cronicle.json": "✅",
"cross-seed.json": "✅", "cross-seed.json": "✅",
"crowdsec.json": "🚧", "crowdsec.json": "🧪",
"cryptpad.json": "✅", "cryptpad.json": "✅",
"daemonsync.json": "❌", "daemonsync.json": "❌",
"dashy.json": "✅", "dashy.json": "✅",
@@ -82,7 +82,7 @@
"excalidraw.json": "🧪", "excalidraw.json": "🧪",
"fenrus.json": "✅", "fenrus.json": "✅",
"fhem.json": "✅", "fhem.json": "✅",
"filebrowser-quantum.json": "🚧", "filebrowser-quantum.json": "🧪",
"filebrowser.json": "✅", "filebrowser.json": "✅",
"fileflows.json": "🧪", "fileflows.json": "🧪",
"firefly.json": "✅", "firefly.json": "✅",
@@ -100,7 +100,7 @@
"gitea-mirror.json": "🧪", "gitea-mirror.json": "🧪",
"gitea.json": "✅", "gitea.json": "✅",
"glance.json": "✅", "glance.json": "✅",
"glances.json": "🚧", "glances.json": "🧪",
"glpi.json": "✅", "glpi.json": "✅",
"go2rtc.json": "✅", "go2rtc.json": "✅",
"gokapi.json": "✅", "gokapi.json": "✅",
@@ -187,7 +187,7 @@
"navidrome.json": "✅", "navidrome.json": "✅",
"neo4j.json": "✅", "neo4j.json": "✅",
"netbox.json": "🚧", "netbox.json": "🚧",
"netdata.json": "🚧", "netdata.json": "🧪",
"nextcloud-vm.json": "✅", "nextcloud-vm.json": "✅",
"nextcloudpi.json": "🚧", "nextcloudpi.json": "🚧",
"nextpvr.json": "🚧", "nextpvr.json": "🚧",
@@ -341,7 +341,7 @@
"wavelog.json": "🧪", "wavelog.json": "🧪",
"wazuh.json": "❌", "wazuh.json": "❌",
"web-check.json": "🧪", "web-check.json": "🧪",
"webmin.json": "🚧", "webmin.json": "🧪",
"wger.json": "🧪", "wger.json": "🧪",
"whisparr.json": "✅", "whisparr.json": "✅",
"wikijs.json": "✅", "wikijs.json": "✅",
+3 -3
View File
@@ -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) }') awk '{print substr($2, 3, length($2)-4) }')
msg_info "Installing Code-Server v${VERSION}" 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 curl -fOL https://github.com/coder/code-server/releases/download/v"$VERSION"/code-server_"${VERSION}"_arm64.deb &>/dev/null
dpkg -i code-server_"${VERSION}"_amd64.deb &>/dev/null dpkg -i code-server_"${VERSION}"_arm64.deb &>/dev/null
rm -rf code-server_"${VERSION}"_amd64.deb rm -rf code-server_"${VERSION}"_arm64.deb
mkdir -p ~/.config/code-server/ mkdir -p ~/.config/code-server/
systemctl enable -q --now code-server@"$USER" systemctl enable -q --now code-server@"$USER"
cat <<EOF >~/.config/code-server/config.yaml cat <<EOF >~/.config/code-server/config.yaml
+2 -2
View File
@@ -120,7 +120,7 @@ if [[ -f "$INSTALL_PATH" ]]; then
read -r update_prompt read -r update_prompt
if [[ "${update_prompt,,}" =~ ^(y|yes)$ ]]; then if [[ "${update_prompt,,}" =~ ^(y|yes)$ ]]; then
msg_info "Updating ${APP}" 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" chmod +x "$INSTALL_PATH"
msg_ok "Updated ${APP}" msg_ok "Updated ${APP}"
exit 0 exit 0
@@ -140,7 +140,7 @@ read -r install_prompt
if [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then if [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then
msg_info "Installing ${APP} on ${OS}" msg_info "Installing ${APP} on ${OS}"
$PKG_MANAGER curl ffmpeg &>/dev/null $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" chmod +x "$INSTALL_PATH"
msg_ok "Installed ${APP}" msg_ok "Installed ${APP}"