crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -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"

View File

@@ -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?",