mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-09 06:51:03 +01:00
21 lines
559 B
JSON
Executable File
21 lines
559 B
JSON
Executable File
{
|
|
"name": "Double Take Proxy",
|
|
"version": "1.0.0",
|
|
"url": "https://github.com/jakowenko/double-take",
|
|
"panel_icon": "mdi:face-recognition",
|
|
"slug": "double-take-proxy",
|
|
"description": "Unified UI and API for processing and training images for facial recognition",
|
|
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"ingress": true,
|
|
"ingress_port": 3000,
|
|
"panel_admin": false,
|
|
"options": {
|
|
"server": "double-take.local:3000"
|
|
},
|
|
"schema": {
|
|
"server": "match(^.+:\\d+$)"
|
|
}
|
|
}
|