Files
hassio-addons/test/config.json
Alexandre 20df827860 test
2023-09-09 19:43:22 +02:00

35 lines
827 B
JSON

{
"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": "test2"
}