Files
hassio-addons/addons_updater/config.json
2021-02-06 08:44:10 +01:00

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?"
}
}