mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
33 lines
867 B
JSON
33 lines
867 B
JSON
{
|
|
"name": "Addons_Updater",
|
|
"version": "1.2",
|
|
"slug": "updater",
|
|
"description": "Automatic addons update by aligning version tag with upstream releases",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"ports": {
|
|
},
|
|
"ports_description": {
|
|
},
|
|
"startup": "once",
|
|
"boot": "manual",
|
|
"environment": { "GIT_DISCOVERY_ACROSS_FILESYSTEM": "1" },
|
|
"options": {
|
|
"addon": [{ "slug": "addon slug", "beta": false, "fulltag": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }],
|
|
"gituser": "gituser",
|
|
"gitpass": "gitpassword",
|
|
"gitmail": "youremail@gmail.com"
|
|
},
|
|
"schema": {
|
|
"addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "repository": "str", "upstream": "str"}],
|
|
"gituser": "str",
|
|
"gitpass": "str",
|
|
"gitmail": "str",
|
|
"gitapi": "str?"
|
|
}
|
|
}
|