update repository references and improve script handling
This commit is contained in:
1
beta/CHANGELOG.md
Executable file
1
beta/CHANGELOG.md
Executable file
@@ -0,0 +1 @@
|
||||
Please reference the [beta commits](https://github.com/jakowenko/double-take/commits/beta) for changes.
|
||||
1
beta/Dockerfile
Normal file
1
beta/Dockerfile
Normal file
@@ -0,0 +1 @@
|
||||
FROM jakowenko/double-take:beta
|
||||
11
beta/README.md
Executable file
11
beta/README.md
Executable file
@@ -0,0 +1,11 @@
|
||||
[](https://github.com/jakowenko/double-take) [](https://github.com/jakowenko/double-take/stargazers) [](https://hub.docker.com/r/jakowenko/double-take) [](https://discord.gg/3pumsskdN5)
|
||||
|
||||
![amd64][amd64-shield]
|
||||
|
||||
# Double Take
|
||||
|
||||
Unified UI and API for processing and training images for facial recognition.
|
||||
|
||||
[Documentation](https://github.com/jakowenko/double-take/tree/beta#readme)
|
||||
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
35
beta/config.json
Executable file
35
beta/config.json
Executable file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "Double Take (beta)",
|
||||
"version": "1.13.1",
|
||||
"url": "https://github.com/jakowenko/double-take",
|
||||
"panel_icon": "mdi:face-recognition",
|
||||
"slug": "double-take-beta",
|
||||
"description": "Unified UI and API for processing and training images for facial recognition",
|
||||
"arch": ["amd64"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
"ingress": true,
|
||||
"ingress_port": 3000,
|
||||
"ports": {
|
||||
"3000/tcp": 3000
|
||||
},
|
||||
"ports_description": {
|
||||
"3000/tcp": "Web interface (not required for Home Assistant ingress)"
|
||||
},
|
||||
"map": ["media:rw", "config:rw"],
|
||||
"environment": {
|
||||
"HA_ADDON": "true"
|
||||
},
|
||||
"options": {
|
||||
"STORAGE_PATH": "/config/double-take",
|
||||
"CONFIG_PATH": "/config/double-take",
|
||||
"SECRETS_PATH": "/config",
|
||||
"MEDIA_PATH": "/media/double-take"
|
||||
},
|
||||
"schema": {
|
||||
"STORAGE_PATH": "str",
|
||||
"CONFIG_PATH": "str",
|
||||
"SECRETS_PATH": "str",
|
||||
"MEDIA_PATH": "str"
|
||||
}
|
||||
}
|
||||
BIN
beta/icon.png
Executable file
BIN
beta/icon.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
Reference in New Issue
Block a user