Skip to content

Commit 6e86fa4

Browse files
authored
Update NetVisor repo information (#9864)
1 parent 747e472 commit 6e86fa4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ct/netvisor.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-2025 community-scripts ORG
44
# Author: vhsdream
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6-
# Source: https://github.com/mayanayza/netvisor
6+
# Source: https://github.com/netvisor-io/netvisor
77

88
APP="NetVisor"
99
var_tags="${var_tags:-analytics}"
@@ -29,7 +29,7 @@ function update_script() {
2929
exit
3030
fi
3131

32-
if check_for_gh_release "netvisor" "mayanayza/netvisor"; then
32+
if check_for_gh_release "netvisor" "netvisor-io/netvisor"; then
3333
msg_info "Stopping services"
3434
systemctl stop netvisor-daemon netvisor-server
3535
msg_ok "Stopped services"
@@ -38,7 +38,7 @@ function update_script() {
3838
cp /opt/netvisor/.env /opt/netvisor.env.bak
3939
msg_ok "Backed up configurations"
4040

41-
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "netvisor" "mayanayza/netvisor" "tarball" "latest" "/opt/netvisor"
41+
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "netvisor" "netvisor-io/netvisor" "tarball" "latest" "/opt/netvisor"
4242

4343
if ! dpkg -l | grep -q "pkg-config"; then
4444
$STD apt install -y pkg-config

frontend/public/json/netvisor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 60072,
12-
"documentation": "https://github.com/mayanayza/netvisor",
12+
"documentation": "https://github.com/netvisor-io/netvisor",
1313
"config_path": "/opt/netvisor/.env, OIDC: /opt/netvisor/oidc.toml",
14-
"website": "https://github.com/mayanayza/netvisor",
14+
"website": "https://netvisor.io",
1515
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/netvisor.png",
1616
"description": "Automatically discover and visually document network infrastructure",
1717
"install_methods": [

install/netvisor-install.sh

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

88
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
99
color
@@ -24,7 +24,7 @@ PG_VERSION=17 setup_postgresql
2424
NODE_VERSION="24" setup_nodejs
2525
PG_DB_NAME="netvisor_db" PG_DB_USER="netvisor" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db
2626

27-
fetch_and_deploy_gh_release "netvisor" "mayanayza/netvisor" "tarball" "latest" "/opt/netvisor"
27+
fetch_and_deploy_gh_release "netvisor" "netvisor-io/netvisor" "tarball" "latest" "/opt/netvisor"
2828

2929
TOOLCHAIN="$(grep "channel" /opt/netvisor/backend/rust-toolchain.toml | awk -F\" '{print $2}')"
3030
RUST_TOOLCHAIN=$TOOLCHAIN setup_rust
@@ -78,7 +78,7 @@ NETVISOR_BIND_ADDRESS=0.0.0.0
7878
NETVISOR_NAME="netvisor-daemon"
7979
NETVISOR_HEARTBEAT_INTERVAL=30
8080
81-
### - see https://github.com/mayanayza/netvisor/blob/main/docs/CONFIGURATION.md for more options
81+
### - see https://github.com/netvisor-io/netvisor/blob/main/docs/CONFIGURATION.md for more options
8282
EOF
8383

8484
cat <<EOF >/etc/systemd/system/netvisor-server.service

0 commit comments

Comments
 (0)