File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
88APP=" NetVisor"
99var_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
Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 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
88source /dev/stdin <<< " $FUNCTIONS_FILE_PATH"
99color
@@ -24,7 +24,7 @@ PG_VERSION=17 setup_postgresql
2424NODE_VERSION=" 24" setup_nodejs
2525PG_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
2929TOOLCHAIN=" $( grep " channel" /opt/netvisor/backend/rust-toolchain.toml | awk -F\" ' {print $2}' ) "
3030RUST_TOOLCHAIN=$TOOLCHAIN setup_rust
@@ -78,7 +78,7 @@ NETVISOR_BIND_ADDRESS=0.0.0.0
7878NETVISOR_NAME="netvisor-daemon"
7979NETVISOR_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
8282EOF
8383
8484cat << EOF >/etc/systemd/system/netvisor-server.service
You can’t perform that action at this time.
0 commit comments