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

1
stable/CHANGELOG.md Executable file
View File

@@ -0,0 +1 @@
Please reference the [release notes](https://github.com/jakowenko/double-take/releases) for changes.

1
stable/Dockerfile Normal file
View File

@@ -0,0 +1 @@
FROM jakowenko/double-take:1.13.1

13
stable/README.md Executable file
View File

@@ -0,0 +1,13 @@
[![Double Take](https://badgen.net/github/release/jakowenko/double-take/stable)](https://github.com/jakowenko/double-take) [![Double Take](https://badgen.net/github/stars/jakowenko/double-take)](https://github.com/jakowenko/double-take/stargazers) [![Docker Pulls](https://flat.badgen.net/docker/pulls/jakowenko/double-take)](https://hub.docker.com/r/jakowenko/double-take) [![Discord](https://flat.badgen.net/discord/members/3pumsskdN5?label=Discord)](https://discord.gg/3pumsskdN5)
![amd64][amd64-shield] ![armv7][armv7-shield] ![aarch64][aarch64-shield]
# Double Take
Unified UI and API for processing and training images for facial recognition.
[Documentation](https://github.com/jakowenko/double-take#readme)
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg

35
stable/config.json Executable file
View File

@@ -0,0 +1,35 @@
{
"name": "Double Take",
"version": "1.13.1",
"url": "https://github.com/jakowenko/double-take",
"panel_icon": "mdi:face-recognition",
"slug": "double-take",
"description": "Unified UI and API for processing and training images for facial recognition",
"arch": ["armv7", "aarch64", "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
stable/icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB