mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 07:21:01 +01:00
update repository references and improve script handling
This commit is contained in:
20
deepstack/config.json
Executable file
20
deepstack/config.json
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "DeepStack",
|
||||
"version": "2021.09.1",
|
||||
"url": "https://github.com/johnolafenwa/DeepStack",
|
||||
"slug": "deepstack",
|
||||
"description": "The World's Leading Cross Platform AI Engine for Edge Devices",
|
||||
"arch": ["amd64", "armv7", "aarch64"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"5000/tcp": 5001
|
||||
},
|
||||
"ports_description": {
|
||||
"5000/tcp": "API"
|
||||
},
|
||||
"environment": {
|
||||
"VISION-FACE": "True",
|
||||
"VISION-DETECTION": "True"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user