2025-11-13 20:39:04 +01:00
{
2025-12-16 05:52:58 -05:00
"name" : "Scanopy" ,
"slug" : "scanopy" ,
2025-11-13 20:39:04 +01:00
"categories" : [
9
] ,
"date_created" : "2025-11-13" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 60072 ,
2025-12-16 05:52:58 -05:00
"documentation" : "https://github.com/scanopy/scanopy" ,
"config_path" : "/opt/scanopy/.env, OIDC: /opt/scanopy/oidc.toml" ,
"website" : "https://scanopy.net" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/scanopy.webp" ,
2025-11-13 20:39:04 +01:00
"description" : "Automatically discover and visually document network infrastructure" ,
"install_methods" : [
{
"type" : "default" ,
2025-12-16 05:52:58 -05:00
"script" : "ct/scanopy.sh" ,
2025-11-13 20:39:04 +01:00
"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
}
]
}