This commit is contained in:
Alexandre
2023-09-09 19:33:00 +02:00
parent 195ba49217
commit 3dcae5f28f
11 changed files with 356 additions and 0 deletions

35
test/config.json Normal file
View File

@@ -0,0 +1,35 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "manual",
"codenotary": "alexandrep.github@gmail.com",
"description": "Automatic addons update by aligning version tag with upstream releases",
"environment": {
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
},
"image": "ghcr.io/alexbelgium/null-{arch}",
"init": false,
"map": [
"config:rw"
],
"name": "ZZ Fake addon, used to test my builds",
"options": {
"gitapi": "gitapi",
"gituser": "gituser",
"repository": "alexbelgium/hassio-addons"
},
"schema": {
"dry_run": "bool?",
"gitapi": "str",
"gitmail": "str?",
"gituser": "str",
"repository": "str",
"verbose": "bool?"
},
"slug": "test",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
"version": "3.18.3"
}