mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Align with new logic
This commit is contained in:
@@ -14,42 +14,22 @@
|
|||||||
"image": "ghcr.io/alexbelgium/addons_updater-{arch}",
|
"image": "ghcr.io/alexbelgium/addons_updater-{arch}",
|
||||||
"name": "Repository Updater",
|
"name": "Repository Updater",
|
||||||
"options": {
|
"options": {
|
||||||
"addon": [
|
"repository": "alexbelgium/hassio-addons",
|
||||||
{
|
|
||||||
"beta": false,
|
|
||||||
"fulltag": false,
|
|
||||||
"repository": "https://github.com/user/repo",
|
|
||||||
"slug": "addon slug",
|
|
||||||
"upstream": "github_user/repo_name"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"gitmail": "youremail@gmail.com",
|
"gitmail": "youremail@gmail.com",
|
||||||
"gitpass": "gitpassword",
|
"gitpass": "gitpassword",
|
||||||
"gituser": "gituser",
|
"gituser": "gituser",
|
||||||
"verbose": true
|
"verbose": true
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"addon": [
|
"repository": "str",
|
||||||
{
|
|
||||||
"beta": "bool",
|
|
||||||
"filter": "str?",
|
|
||||||
"fulltag": "bool",
|
|
||||||
"having_asset": "bool?",
|
|
||||||
"repository": "str",
|
|
||||||
"slug": "str",
|
|
||||||
"source": "str?",
|
|
||||||
"upstream": "str"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"gitapi": "str?",
|
"gitapi": "str?",
|
||||||
"gitmail": "str",
|
"gitmail": "str",
|
||||||
"gitpass": "str",
|
"gitpass": "str",
|
||||||
"gituser": "str",
|
"gituser": "str",
|
||||||
"verbose": "bool",
|
"verbose": "bool"
|
||||||
"repository": "str"
|
|
||||||
},
|
},
|
||||||
"slug": "updater",
|
"slug": "updater",
|
||||||
"startup": "once",
|
"startup": "once",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
|
||||||
"version": "3.7"
|
"version": "3.8"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user