From 349b28d220f70aba152355b776e1e533d3096fd9 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Fri, 6 Feb 2026 08:23:34 -0500 Subject: [PATCH] nextExplorer: repo change --- ct/nextexplorer.sh | 6 +++--- frontend/public/json/nextexplorer.json | 2 +- install/nextexplorer-install.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ct/nextexplorer.sh b/ct/nextexplorer.sh index 27fcf564f..201525c8e 100644 --- a/ct/nextexplorer.sh +++ b/ct/nextexplorer.sh @@ -3,7 +3,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Copyright (c) 2021-2026 community-scripts ORG # Author: vhsdream # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -# Source: https://github.com/vikramsoni2/nextExplorer +# Source: https://github.com/nxzai/nextExplorer APP="nextExplorer" var_tags="${var_tags:-files;documents}" @@ -31,12 +31,12 @@ function update_script() { NODE_VERSION="24" setup_nodejs - if check_for_gh_release "nextExplorer" "vikramsoni2/nextExplorer"; then + if check_for_gh_release "nextExplorer" "nxzai/nextExplorer"; then msg_info "Stopping nextExplorer" $STD systemctl stop nextexplorer msg_ok "Stopped nextExplorer" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nextExplorer" "vikramsoni2/nextExplorer" "tarball" "latest" "/opt/nextExplorer" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nextExplorer" "nxzai/nextExplorer" "tarball" "latest" "/opt/nextExplorer" msg_info "Updating nextExplorer" APP_DIR="/opt/nextExplorer/app" diff --git a/frontend/public/json/nextexplorer.json b/frontend/public/json/nextexplorer.json index 4e753b3cd..958c674a3 100644 --- a/frontend/public/json/nextexplorer.json +++ b/frontend/public/json/nextexplorer.json @@ -11,7 +11,7 @@ "privileged": false, "interface_port": 3000, "documentation": "https://explorer.nxz.ai", - "website": "https://github.com/vikramsoni2/nextExplorer", + "website": "https://github.com/nxzai/nextExplorer", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nextexplorer.webp", "config_path": "/etc/nextExplorer/.env", "description": "Self-hosted file access for teams, homelabs, and agencies with a refined interface.", diff --git a/install/nextexplorer-install.sh b/install/nextexplorer-install.sh index efd29f343..11b8559af 100644 --- a/install/nextexplorer-install.sh +++ b/install/nextexplorer-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: vhsdream # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -# Source: https://github.com/vikramsoni2/nextExplorer +# Source: https://github.com/nxzai/nextExplorer source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -26,7 +26,7 @@ msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs -fetch_and_deploy_gh_release "nextExplorer" "vikramsoni2/nextExplorer" "tarball" "latest" "/opt/nextExplorer" +fetch_and_deploy_gh_release "nextExplorer" "nxzai/nextExplorer" "tarball" "latest" "/opt/nextExplorer" msg_info "Building nextExplorer" APP_DIR="/opt/nextExplorer/app"