Skip to content

Commit 349b28d

Browse files
committed
nextExplorer: repo change
1 parent 439856a commit 349b28d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

ct/nextexplorer.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
33
# Copyright (c) 2021-2026 community-scripts ORG
44
# Author: vhsdream
55
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
6-
# Source: https://github.com/vikramsoni2/nextExplorer
6+
# Source: https://github.com/nxzai/nextExplorer
77

88
APP="nextExplorer"
99
var_tags="${var_tags:-files;documents}"
@@ -31,12 +31,12 @@ function update_script() {
3131

3232
NODE_VERSION="24" setup_nodejs
3333

34-
if check_for_gh_release "nextExplorer" "vikramsoni2/nextExplorer"; then
34+
if check_for_gh_release "nextExplorer" "nxzai/nextExplorer"; then
3535
msg_info "Stopping nextExplorer"
3636
$STD systemctl stop nextexplorer
3737
msg_ok "Stopped nextExplorer"
3838

39-
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nextExplorer" "vikramsoni2/nextExplorer" "tarball" "latest" "/opt/nextExplorer"
39+
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "nextExplorer" "nxzai/nextExplorer" "tarball" "latest" "/opt/nextExplorer"
4040

4141
msg_info "Updating nextExplorer"
4242
APP_DIR="/opt/nextExplorer/app"

frontend/public/json/nextexplorer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"privileged": false,
1212
"interface_port": 3000,
1313
"documentation": "https://explorer.nxz.ai",
14-
"website": "https://github.com/vikramsoni2/nextExplorer",
14+
"website": "https://github.com/nxzai/nextExplorer",
1515
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nextexplorer.webp",
1616
"config_path": "/etc/nextExplorer/.env",
1717
"description": "Self-hosted file access for teams, homelabs, and agencies with a refined interface.",

install/nextexplorer-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2021-2026 community-scripts ORG
44
# Author: vhsdream
55
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
6-
# Source: https://github.com/vikramsoni2/nextExplorer
6+
# Source: https://github.com/nxzai/nextExplorer
77

88
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
99
color
@@ -26,7 +26,7 @@ msg_ok "Installed Dependencies"
2626

2727
NODE_VERSION="24" setup_nodejs
2828

29-
fetch_and_deploy_gh_release "nextExplorer" "vikramsoni2/nextExplorer" "tarball" "latest" "/opt/nextExplorer"
29+
fetch_and_deploy_gh_release "nextExplorer" "nxzai/nextExplorer" "tarball" "latest" "/opt/nextExplorer"
3030

3131
msg_info "Building nextExplorer"
3232
APP_DIR="/opt/nextExplorer/app"

0 commit comments

Comments
 (0)