mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 20:29:16 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "Frigate",
|
||
|
"slug": "frigate",
|
||
|
"categories": [
|
||
|
"NVR - DVR"
|
||
|
],
|
||
|
"date_created": "2024-05-02",
|
||
|
"type": "ct",
|
||
|
"updateable": 0,
|
||
|
"privileged": 1,
|
||
|
"interface_port": "5000",
|
||
|
"documentation": "",
|
||
|
"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": {
|
||
|
"cpu": "4",
|
||
|
"ram": "4096",
|
||
|
"hdd": "20",
|
||
|
"os": "debian",
|
||
|
"version": "11"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"default_credentials": {
|
||
|
"username": "",
|
||
|
"password": ""
|
||
|
},
|
||
|
"alerts": [
|
||
|
{
|
||
|
"alert": "Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`"
|
||
|
},
|
||
|
{
|
||
|
"alert": "go2rtc Interface port:`1984`"
|
||
|
}
|
||
|
]
|
||
|
}
|