From 6e86fa4c3b6e4a5522bfe363e219a55b135704ba Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 11 Dec 2025 01:12:19 -0500 Subject: [PATCH] Update NetVisor repo information (#9864) --- ct/netvisor.sh | 6 +++--- frontend/public/json/netvisor.json | 4 ++-- install/netvisor-install.sh | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ct/netvisor.sh b/ct/netvisor.sh index 696bca21c..61a5d328f 100644 --- a/ct/netvisor.sh +++ b/ct/netvisor.sh @@ -3,7 +3,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # Copyright (c) 2021-2025 community-scripts ORG # Author: vhsdream # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://github.com/mayanayza/netvisor +# Source: https://github.com/netvisor-io/netvisor APP="NetVisor" var_tags="${var_tags:-analytics}" @@ -29,7 +29,7 @@ function update_script() { exit fi - if check_for_gh_release "netvisor" "mayanayza/netvisor"; then + if check_for_gh_release "netvisor" "netvisor-io/netvisor"; then msg_info "Stopping services" systemctl stop netvisor-daemon netvisor-server msg_ok "Stopped services" @@ -38,7 +38,7 @@ function update_script() { cp /opt/netvisor/.env /opt/netvisor.env.bak msg_ok "Backed up configurations" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "netvisor" "mayanayza/netvisor" "tarball" "latest" "/opt/netvisor" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "netvisor" "netvisor-io/netvisor" "tarball" "latest" "/opt/netvisor" if ! dpkg -l | grep -q "pkg-config"; then $STD apt install -y pkg-config diff --git a/frontend/public/json/netvisor.json b/frontend/public/json/netvisor.json index b9dc43bae..48c928a1d 100644 --- a/frontend/public/json/netvisor.json +++ b/frontend/public/json/netvisor.json @@ -9,9 +9,9 @@ "updateable": true, "privileged": false, "interface_port": 60072, - "documentation": "https://github.com/mayanayza/netvisor", + "documentation": "https://github.com/netvisor-io/netvisor", "config_path": "/opt/netvisor/.env, OIDC: /opt/netvisor/oidc.toml", - "website": "https://github.com/mayanayza/netvisor", + "website": "https://netvisor.io", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/netvisor.png", "description": "Automatically discover and visually document network infrastructure", "install_methods": [ diff --git a/install/netvisor-install.sh b/install/netvisor-install.sh index af8d8fe43..30d93842c 100644 --- a/install/netvisor-install.sh +++ b/install/netvisor-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: vhsdream # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://github.com/mayanayza/netvisor +# Source: https://github.com/netvisor-io/netvisor source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -24,7 +24,7 @@ PG_VERSION=17 setup_postgresql NODE_VERSION="24" setup_nodejs PG_DB_NAME="netvisor_db" PG_DB_USER="netvisor" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db -fetch_and_deploy_gh_release "netvisor" "mayanayza/netvisor" "tarball" "latest" "/opt/netvisor" +fetch_and_deploy_gh_release "netvisor" "netvisor-io/netvisor" "tarball" "latest" "/opt/netvisor" TOOLCHAIN="$(grep "channel" /opt/netvisor/backend/rust-toolchain.toml | awk -F\" '{print $2}')" RUST_TOOLCHAIN=$TOOLCHAIN setup_rust @@ -78,7 +78,7 @@ NETVISOR_BIND_ADDRESS=0.0.0.0 NETVISOR_NAME="netvisor-daemon" NETVISOR_HEARTBEAT_INTERVAL=30 -### - see https://github.com/mayanayza/netvisor/blob/main/docs/CONFIGURATION.md for more options +### - see https://github.com/netvisor-io/netvisor/blob/main/docs/CONFIGURATION.md for more options EOF cat </etc/systemd/system/netvisor-server.service