From 035706a995717e782b618b3ba5da6f316bc2cac6 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:22:45 +1000 Subject: [PATCH] Update statuses --- ct/bar-assistant.sh | 4 ++-- ct/cloudreve.sh | 4 ++-- ct/mealie.sh | 4 ++-- frontend/public/json/statuses.json | 3 +++ install/bar-assistant-install.sh | 2 +- install/cloudreve-install.sh | 2 +- install/mealie-install.sh | 2 +- 7 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ct/bar-assistant.sh b/ct/bar-assistant.sh index 42d035047..a8c6bc5b1 100644 --- a/ct/bar-assistant.sh +++ b/ct/bar-assistant.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 | CanbiZ -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://github.com/karlomikus/bar-assistant # Source: https://github.com/karlomikus/vue-salt-rim # Source: https://www.meilisearch.com/ diff --git a/ct/cloudreve.sh b/ct/cloudreve.sh index 516422b95..467f2a4e3 100644 --- a/ct/cloudreve.sh +++ b/ct/cloudreve.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://cloudreve.org/ APP="Cloudreve" diff --git a/ct/mealie.sh b/ct/mealie.sh index 3e351cd21..f7b5f019b 100644 --- a/ct/mealie.sh +++ b/ct/mealie.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://mealie.io APP="Mealie" diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index dadd49593..964b5bd60 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -28,6 +28,7 @@ "babybuddy.json": "โœ…", "backrest.json": "๐Ÿงช", "baikal.json": "โœ…", + "bar-assistant.json": "๐Ÿšง", "barcode-buddy.json": "โœ…", "bazarr.json": "โœ…", "beszel.json": "โœ…", @@ -47,6 +48,7 @@ "clean-orphaned-lvm.json": "๐Ÿงช", "cloudflare-ddns.json": "๐Ÿงช", "cloudflared.json": "โœ…", + "cloudreve.json": "๐Ÿšง", "cockpit.json": "โœ…", "coder-code-server.json": "๐Ÿงช", "commafeed.json": "โœ…", @@ -168,6 +170,7 @@ "mariadb.json": "โœ…", "matterbridge.json": "โœ…", "mattermost.json": "โŒ", + "mealie.json": "๐Ÿšง", "mediamtx.json": "โœ…", "medusa.json": "โœ…", "meilisearch.json": "โŒ", diff --git a/install/bar-assistant-install.sh b/install/bar-assistant-install.sh index 67901a96a..a9a70e990 100644 --- a/install/bar-assistant-install.sh +++ b/install/bar-assistant-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: bvdberg01 | CanbiZ -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://github.com/karlomikus/bar-assistant # Source: https://github.com/karlomikus/vue-salt-rim # Source: https://www.meilisearch.com/ diff --git a/install/cloudreve-install.sh b/install/cloudreve-install.sh index 74aa8f2bc..9ec5e631d 100644 --- a/install/cloudreve-install.sh +++ b/install/cloudreve-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://cloudreve.org/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/mealie-install.sh b/install/mealie-install.sh index a3c4b9068..1469d0d3d 100644 --- a/install/mealie-install.sh +++ b/install/mealie-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://mealie.io source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"