2025-11-13 20:39:04 +01:00
{
"name" : "NetVisor" ,
"slug" : "netvisor" ,
"categories" : [
9
] ,
"date_created" : "2025-11-13" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 60072 ,
"documentation" : "https://github.com/mayanayza/netvisor" ,
2025-12-02 06:03:55 -05:00
"config_path" : "/opt/netvisor/.env, OIDC: /opt/netvisor/oidc.toml" ,
2025-11-13 20:39:04 +01:00
"website" : "https://github.com/mayanayza/netvisor" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/png/netvisor.png" ,
"description" : "Automatically discover and visually document network infrastructure" ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/netvisor.sh" ,
"resources" : {
"cpu" : 2 ,
2025-11-17 09:11:36 -05:00
"ram" : 3072 ,
2025-11-13 20:39:04 +01:00
"hdd" : 6 ,
"os" : "Debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2025-12-05 12:19:28 -05:00
"text" : "To configure the integrated daemon after install is complete, either use the `Create Daemon` menu in the UI, or run `/root/configure_daemon.sh` for automatic configuration" ,
2025-11-13 20:39:04 +01:00
"type" : "info"
2025-11-19 03:36:55 -05:00
} ,
{
2025-12-05 12:19:28 -05:00
"text" : "The integrated daemon config is located at `/root/.config/daemon/config.json`" ,
2025-11-19 03:36:55 -05:00
"type" : "info"
2025-11-13 20:39:04 +01:00
}
]
}