diff --git a/ct/booklore.sh b/ct/booklore.sh index 59dd81c30..ebc2cb30e 100644 --- a/ct/booklore.sh +++ b/ct/booklore.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://github.com/adityachandelgit/BookLore APP="BookLore" diff --git a/ct/convertx.sh b/ct/convertx.sh index 8c0c15ff1..2ef39408c 100644 --- a/ct/convertx.sh +++ b/ct/convertx.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: Omar Minaya | 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://github.com/C4illin/ConvertX APP="ConvertX" diff --git a/ct/onlyoffice.sh b/ct/onlyoffice.sh index 02a798c58..4af969081 100644 --- a/ct/onlyoffice.sh +++ b/ct/onlyoffice.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://www.onlyoffice.com/ APP="ONLYOFFICE" diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index a54dd1f11..513a210cc 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -33,6 +33,7 @@ "beszel.json": "โœ…", "bitmagnet.json": "๐Ÿงช", "blocky.json": "โœ…", + "booklore.json": "๐Ÿšง", "bookstack.json": "โœ…", "bunkerweb.json": "โœ…", "bytestash.json": "โœ…", @@ -50,6 +51,7 @@ "coder-code-server.json": "๐Ÿšง", "commafeed.json": "โœ…", "configarr.json": "๐Ÿงช", + "convertx.json": "๐Ÿšง", "cosmos.json": "โœ…", "crafty-controller.json": "โœ…", "cron-update-lxcs.json": "โœ…", @@ -102,6 +104,7 @@ "glpi.json": "โœ…", "go2rtc.json": "โœ…", "gokapi.json": "โœ…", + "gomft.json": "๐Ÿšง", "gotify.json": "โœ…", "grafana.json": "โœ…", "graylog.json": "โœ…", @@ -207,6 +210,7 @@ "ombi.json": "โœ…", "omv.json": "โœ…", "onedev.json": "๐Ÿšง", + "onlyoffice.json": "๐Ÿšง", "opengist.json": "๐Ÿšง", "openhab.json": "โœ…", "openobserve.json": "โœ…", diff --git a/frontend/src/components/navbar.tsx b/frontend/src/components/navbar.tsx index a6bbd8db3..0e4f95a51 100644 --- a/frontend/src/components/navbar.tsx +++ b/frontend/src/components/navbar.tsx @@ -44,7 +44,7 @@ function Navbar() { unoptimized width={18} alt="logo" - src="/ProxmoxVE/logo.png" + src="/logo.png" className="" /> Proxmox VE Helper-Scripts diff --git a/install/booklore-install.sh b/install/booklore-install.sh index aee215d39..1f7f2dbb9 100644 --- a/install/booklore-install.sh +++ b/install/booklore-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://github.com/adityachandelgit/BookLore source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/convertx-install.sh b/install/convertx-install.sh index a01124812..207d4e198 100644 --- a/install/convertx-install.sh +++ b/install/convertx-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Omar Minaya | 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://github.com/C4illin/ConvertX source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" diff --git a/install/onlyoffice-install.sh b/install/onlyoffice-install.sh index 121b2414f..77f9ad2b5 100644 --- a/install/onlyoffice-install.sh +++ b/install/onlyoffice-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 /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/tools/addon/add-tailscale-lxc.sh b/tools/addon/add-tailscale-lxc.sh index 65db7ec01..939c1aa02 100644 --- a/tools/addon/add-tailscale-lxc.sh +++ b/tools/addon/add-tailscale-lxc.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 tteck # Author: tteck (tteckster) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE set -Eeuo pipefail trap 'echo -e "\n[ERROR] in line $LINENO: exit code $?"' ERR