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:
30
compreface/config.json
Executable file
30
compreface/config.json
Executable file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Exadel CompreFace",
|
||||
"version": "1.1.0",
|
||||
"url": "https://github.com/exadel-inc/CompreFace",
|
||||
"slug": "compreface",
|
||||
"description": "Exadel CompreFace is a leading free and open-source face recognition system",
|
||||
"arch": ["amd64"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"ports": {
|
||||
"80/tcp": 8000
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "UI/API"
|
||||
},
|
||||
"options": {
|
||||
"POSTGRES_URL": "jdbc:postgresql://localhost:5432/frs",
|
||||
"POSTGRES_USER": "compreface",
|
||||
"POSTGRES_PASSWORD": "M7yfTsBscdqvZs49",
|
||||
"POSTGRES_DB": "frs",
|
||||
"API_JAVA_OPTS": "-Xmx1g"
|
||||
},
|
||||
"schema": {
|
||||
"POSTGRES_URL": "str",
|
||||
"POSTGRES_USER": "str",
|
||||
"POSTGRES_PASSWORD": "str",
|
||||
"POSTGRES_DB": "str",
|
||||
"API_JAVA_OPTS": "str"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user