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