update repository references and improve script handling

This commit is contained in:
2025-03-19 20:36:36 +01:00
parent 51b0252b0e
commit 1d90749486
160 changed files with 14361 additions and 18 deletions

22
facebox/config.json Executable file
View File

@@ -0,0 +1,22 @@
{
"name": "Facebox",
"version": "1a1358d",
"url": "https://machinebox.io/docs/facebox",
"slug": "facebox",
"description": "Facial recognition with one-shot teaching",
"arch": ["amd64"],
"startup": "application",
"boot": "auto",
"ports": {
"8080/tcp": 8000
},
"ports_description": {
"8080/tcp": "UI/API"
},
"options": {
"MB_KEY": ""
},
"schema": {
"MB_KEY": "str"
}
}