35 lines
773 B
JSON
35 lines
773 B
JSON
{
|
|
"name": "Frigate",
|
|
"slug": "frigate",
|
|
"categories": [
|
|
15
|
|
],
|
|
"date_created": "2025-07-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"config_path": "/opt/frigate/.env",
|
|
"interface_port": 3000,
|
|
"documentation": "https://frigate.io/",
|
|
"website": "https://frigate.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/frigate.svg",
|
|
"description": "Frigate is an open-source self-hosted application.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/frigate.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 1024,
|
|
"hdd": 2,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |