mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
37 lines
846 B
JSON
37 lines
846 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/addons_updater-{arch}",
|
|
"init": false,
|
|
"map": [
|
|
"addon_config:rw"
|
|
],
|
|
"name": "Repository Updater",
|
|
"options": {
|
|
"gitapi": "gitapi",
|
|
"gituser": "gituser",
|
|
"repository": "alexbelgium/hassio-addons"
|
|
},
|
|
"schema": {
|
|
"dry_run": "bool?",
|
|
"gitapi": "str",
|
|
"gitmail": "str?",
|
|
"gituser": "str",
|
|
"repository": "str",
|
|
"verbose": "bool?"
|
|
},
|
|
"slug": "updater",
|
|
"udev": true,
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
|
|
"version": "3.19.10"
|
|
}
|