This commit is contained in:
Alexandre
2023-07-06 13:56:19 +02:00
parent 1f1708eba2
commit 358df45728
11 changed files with 592 additions and 0 deletions

34
test/config.json Normal file
View File

@@ -0,0 +1,34 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "manual",
"codenotary": "alexandrep.github@gmail.com",
"description": "Do not use",
"environment": {
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
},
"image": "ghcr.io/alexbelgium/test-{arch}",
"init": false,
"name": "Do not use",
"options": {
"gitpass": "gitpassword",
"gituser": "gituser",
"repository": "alexbelgium/hassio-addons"
},
"schema": {
"dry_run": "bool?",
"gitapi": "str?",
"gitmail": "str?",
"gitpass": "str",
"gituser": "str",
"repository": "str",
"verbose": "bool?"
},
"slug": "test",
"startup": "once",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
"version": "3.15"
}