mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
crlf to lf + sort json
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ghcr.io/hassio-addons/base-python/aarch64:8.0.1",
|
||||
"armv7": "ghcr.io/hassio-addons/base-python/armv7:8.0.1",
|
||||
"amd64": "ghcr.io/hassio-addons/base-python/amd64:8.0.1"
|
||||
"amd64": "ghcr.io/hassio-addons/base-python/amd64:8.0.1",
|
||||
"armv7": "ghcr.io/hassio-addons/base-python/armv7:8.0.1"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
|
||||
@@ -1,13 +1,17 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "manual",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Automatic addons update by aligning version tag with upstream releases",
|
||||
"image": "ghcr.io/alexbelgium/addons_updater-{arch}",
|
||||
"environment": {
|
||||
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/addons_updater-{arch}",
|
||||
"name": "Addons_Updater",
|
||||
"options": {
|
||||
"addon": [
|
||||
@@ -30,13 +34,13 @@
|
||||
"addon": [
|
||||
{
|
||||
"beta": "bool",
|
||||
"filter": "str?",
|
||||
"fulltag": "bool",
|
||||
"having_asset": "bool?",
|
||||
"repository": "str",
|
||||
"slug": "str",
|
||||
"upstream": "str",
|
||||
"source": "str?",
|
||||
"filter": "str?"
|
||||
"upstream": "str"
|
||||
}
|
||||
],
|
||||
"gitapi": "str?",
|
||||
|
||||
Reference in New Issue
Block a user