forked from forkanization/Proxmox-arm64
Update statuses
Set statuses for following scripts: bar-assistant cleanuparr cloudreve itsm-ng -> broken librespeed-rust linkstack mealie netbox teamspeak-server -> broken
This commit is contained in:
@@ -34,7 +34,7 @@ function update_script() {
|
||||
systemctl stop cleanuparr
|
||||
msg_ok "Stopped ${APP}"
|
||||
|
||||
fetch_and_deploy_gh_release "Cleanuparr" "Cleanuparr/Cleanuparr" "prebuild" "$RELEASE" "/opt/cleanuparr" "*linux-amd64.zip"
|
||||
fetch_and_deploy_gh_release "Cleanuparr" "Cleanuparr/Cleanuparr" "prebuild" "$RELEASE" "/opt/cleanuparr" "*linux-arm64.zip"
|
||||
|
||||
msg_info "Starting ${APP}"
|
||||
systemctl start cleanuparr
|
||||
|
||||
@@ -35,7 +35,7 @@ function update_script() {
|
||||
systemctl stop cloudreve
|
||||
msg_ok "Stopped $APP"
|
||||
|
||||
fetch_and_deploy_gh_release "cloudreve" "cloudreve/cloudreve" "prebuild" "latest" "/opt/cloudreve" "*linux_amd64.tar.gz"
|
||||
fetch_and_deploy_gh_release "cloudreve" "cloudreve/cloudreve" "prebuild" "latest" "/opt/cloudreve" "*linux_arm64.tar.gz"
|
||||
|
||||
msg_info "Starting $APP"
|
||||
systemctl start cloudreve
|
||||
|
||||
@@ -33,7 +33,7 @@ function update_script() {
|
||||
systemctl stop librespeed-rs
|
||||
msg_ok "Services Stopped"
|
||||
|
||||
fetch_and_deploy_gh_release "librespeed-rust" "librespeed/speedtest-rust" "binary" "latest" "/opt/librespeed-rust" "librespeed-rs-x86_64-unknown-linux-gnu.deb"
|
||||
fetch_and_deploy_gh_release "librespeed-rust" "librespeed/speedtest-rust" "binary" "latest" "/opt/librespeed-rust" "librespeed-rs-aarch64-unknown-linux-gnu.deb"
|
||||
|
||||
msg_info "Starting Service"
|
||||
systemctl start librespeed-rs
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"babybuddy.json": "✅",
|
||||
"backrest.json": "🧪",
|
||||
"baikal.json": "✅",
|
||||
"bar-assistant.json": "🚧",
|
||||
"bar-assistant.json": "🧪",
|
||||
"barcode-buddy.json": "✅",
|
||||
"bazarr.json": "✅",
|
||||
"beszel.json": "✅",
|
||||
@@ -45,7 +45,7 @@
|
||||
"checkmk.json": "❌",
|
||||
"clean-lxcs.json": "✅",
|
||||
"clean-orphaned-lvm.json": "🧪",
|
||||
"cleanuparr.json": "🚧",
|
||||
"cleanuparr.json": "🧪",
|
||||
"cloudflare-ddns.json": "🧪",
|
||||
"cloudflared.json": "✅",
|
||||
"cloudreve.json": "🚧",
|
||||
@@ -134,7 +134,7 @@
|
||||
"inspircd.json": "❌",
|
||||
"inventree.json": "❌",
|
||||
"iobroker.json": "✅",
|
||||
"itsm-ng.json": "🚧",
|
||||
"itsm-ng.json": "❌",
|
||||
"iventoy.json": "✅",
|
||||
"jackett.json": "✅",
|
||||
"jellyfin.json": "✅",
|
||||
@@ -155,10 +155,10 @@
|
||||
"komodo.json": "🧪",
|
||||
"kubo.json": "✅",
|
||||
"lazylibrarian.json": "✅",
|
||||
"librespeed-rust.json": "🚧",
|
||||
"librespeed-rust.json": "🧪",
|
||||
"libretranslate.json": "🧪",
|
||||
"lidarr.json": "✅",
|
||||
"linkstack.json": "🚧",
|
||||
"linkstack.json": "🧪",
|
||||
"linkwarden.json": "✅",
|
||||
"listmonk.json": "🧪",
|
||||
"lldap.json": "❌",
|
||||
@@ -171,7 +171,7 @@
|
||||
"mariadb.json": "✅",
|
||||
"matterbridge.json": "✅",
|
||||
"mattermost.json": "❌",
|
||||
"mealie.json": "🚧",
|
||||
"mealie.json": "🧪",
|
||||
"mediamtx.json": "✅",
|
||||
"medusa.json": "✅",
|
||||
"meilisearch.json": "❌",
|
||||
@@ -310,7 +310,7 @@
|
||||
"tasmocompiler.json": "🧪",
|
||||
"tautulli.json": "✅",
|
||||
"tdarr.json": "✅",
|
||||
"teamspeak-server.json": "🚧",
|
||||
"teamspeak-server.json": "❌",
|
||||
"technitiumdns.json": "✅",
|
||||
"teddycloud.json": "❌",
|
||||
"the-lounge.json": "🧪",
|
||||
@@ -365,4 +365,4 @@
|
||||
"zoraxy.json": "✅",
|
||||
"zot-registry.json": "🧪",
|
||||
"zwave-js-ui.json": "✅"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
fetch_and_deploy_gh_release "Cleanuparr" "Cleanuparr/Cleanuparr" "prebuild" "latest" "/opt/cleanuparr" "*linux-amd64.zip"
|
||||
fetch_and_deploy_gh_release "Cleanuparr" "Cleanuparr/Cleanuparr" "prebuild" "latest" "/opt/cleanuparr" "*linux-arm64.zip"
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/cleanuparr.service
|
||||
|
||||
@@ -13,7 +13,7 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
fetch_and_deploy_gh_release "cloudreve" "cloudreve/cloudreve" "prebuild" "latest" "/opt/cloudreve" "*linux_amd64.tar.gz"
|
||||
fetch_and_deploy_gh_release "cloudreve" "cloudreve/cloudreve" "prebuild" "latest" "/opt/cloudreve" "*linux_arm64.tar.gz"
|
||||
|
||||
msg_info "Setup Service"
|
||||
cat <<EOF >/etc/systemd/system/cloudreve.service
|
||||
|
||||
@@ -13,7 +13,7 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
fetch_and_deploy_gh_release "librespeed-rust" "librespeed/speedtest-rust" "binary" "latest" "/opt/librespeed-rust" "librespeed-rs-x86_64-unknown-linux-gnu.deb"
|
||||
fetch_and_deploy_gh_release "librespeed-rust" "librespeed/speedtest-rust" "binary" "latest" "/opt/librespeed-rust" "librespeed-rs-aarch64-unknown-linux-gnu.deb"
|
||||
|
||||
msg_info "Enabling Service"
|
||||
systemctl enable -q --now speedtest_rs.service
|
||||
|
||||
Reference in New Issue
Block a user