nextExplorer: repo change
This commit is contained in:
parent
439856a907
commit
349b28d220
@ -3,7 +3,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
|
|||||||
# Copyright (c) 2021-2026 community-scripts ORG
|
# Copyright (c) 2021-2026 community-scripts ORG
|
||||||
# Author: vhsdream
|
# Author: vhsdream
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
|
# 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"
|
APP="nextExplorer"
|
||||||
var_tags="${var_tags:-files;documents}"
|
var_tags="${var_tags:-files;documents}"
|
||||||
@ -31,12 +31,12 @@ function update_script() {
|
|||||||
|
|
||||||
NODE_VERSION="24" setup_nodejs
|
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"
|
msg_info "Stopping nextExplorer"
|
||||||
$STD systemctl stop nextexplorer
|
$STD systemctl stop nextexplorer
|
||||||
msg_ok "Stopped 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"
|
msg_info "Updating nextExplorer"
|
||||||
APP_DIR="/opt/nextExplorer/app"
|
APP_DIR="/opt/nextExplorer/app"
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 3000,
|
"interface_port": 3000,
|
||||||
"documentation": "https://explorer.nxz.ai",
|
"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",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nextexplorer.webp",
|
||||||
"config_path": "/etc/nextExplorer/.env",
|
"config_path": "/etc/nextExplorer/.env",
|
||||||
"description": "Self-hosted file access for teams, homelabs, and agencies with a refined interface.",
|
"description": "Self-hosted file access for teams, homelabs, and agencies with a refined interface.",
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
# Copyright (c) 2021-2026 community-scripts ORG
|
# Copyright (c) 2021-2026 community-scripts ORG
|
||||||
# Author: vhsdream
|
# Author: vhsdream
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
|
# 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"
|
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
|
||||||
color
|
color
|
||||||
@ -26,7 +26,7 @@ msg_ok "Installed Dependencies"
|
|||||||
|
|
||||||
NODE_VERSION="24" setup_nodejs
|
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"
|
msg_info "Building nextExplorer"
|
||||||
APP_DIR="/opt/nextExplorer/app"
|
APP_DIR="/opt/nextExplorer/app"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user