diff --git a/ct/cleanuparr.sh b/ct/cleanuparr.sh index 1c3e8b8d6..d9f13adda 100755 --- a/ct/cleanuparr.sh +++ b/ct/cleanuparr.sh @@ -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 diff --git a/ct/cloudreve.sh b/ct/cloudreve.sh index 467f2a4e3..cee6a0e9f 100644 --- a/ct/cloudreve.sh +++ b/ct/cloudreve.sh @@ -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 diff --git a/ct/librespeed-rust.sh b/ct/librespeed-rust.sh index e7bf62585..c25c062f9 100644 --- a/ct/librespeed-rust.sh +++ b/ct/librespeed-rust.sh @@ -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 diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index b03cb7660..be7d6c246 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -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": "โœ…" -} \ No newline at end of file +} diff --git a/install/cleanuparr-install.sh b/install/cleanuparr-install.sh index ac2d874e4..400a5e987 100755 --- a/install/cleanuparr-install.sh +++ b/install/cleanuparr-install.sh @@ -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 </etc/systemd/system/cleanuparr.service diff --git a/install/cloudreve-install.sh b/install/cloudreve-install.sh index 9ec5e631d..dcb6625bb 100644 --- a/install/cloudreve-install.sh +++ b/install/cloudreve-install.sh @@ -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 </etc/systemd/system/cloudreve.service diff --git a/install/librespeed-rust-install.sh b/install/librespeed-rust-install.sh index b8eb20924..e9ac4cc08 100644 --- a/install/librespeed-rust-install.sh +++ b/install/librespeed-rust-install.sh @@ -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