2024-11-06 20:14:59 +13:00
{
2025-05-20 11:51:20 +02:00
"name" : "Pi.Alert" ,
"slug" : "pialert" ,
"categories" : [
4
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
2025-09-10 09:44:09 +02:00
"updateable" : true ,
2025-05-20 11:51:20 +02:00
"privileged" : false ,
"interface_port" : null ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://github.com/leiweibau/Pi.Alert/blob/main/README.md" ,
2025-05-20 11:51:20 +02:00
"website" : "https://github.com/leiweibau/Pi.Alert/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/pi-alert.webp" ,
"config_path" : "/opt/pialert/config/pialert.conf" ,
"description" : "Pi.Alert is a WIFI / LAN intruder detector. Checks the devices connected and alert you with unknown devices. It also warns of the disconnection of \"always connected\" devices." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/pialert.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 3 ,
"os" : "debian" ,
2025-10-15 22:39:16 +02:00
"version" : "13"
2025-05-20 11:51:20 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2025-09-10 14:37:12 +02:00
"notes" : [ ]
2025-04-24 11:49:40 +02:00
}