2024-11-06 07:14:59 +00:00
{
"name" : "Frigate" ,
"slug" : "frigate" ,
"categories" : [
17
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : false ,
"privileged" : true ,
2024-11-28 14:50:40 +00:00
"interface_port" : 5000 ,
2024-11-06 07:14:59 +00:00
"documentation" : null ,
"website" : "https://frigate.video/" ,
"logo" : "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/frigate.svg" ,
"description" : "Frigate is an open source NVR built around real-time AI object detection. All processing is performed locally on your own hardware, and your camera feeds never leave your home." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/frigate.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 4 ,
"ram" : 4096 ,
"hdd" : 20 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "11"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`" ,
2024-12-13 14:24:14 +00:00
"type" : "info"
2024-11-06 07:14:59 +00:00
} ,
{
"text" : "go2rtc Interface port:`1984`" ,
2024-12-13 14:24:14 +00:00
"type" : "info"
2024-11-06 07:14:59 +00:00
}
]
}