Github bot : json sorted

This commit is contained in:
github-actions
2022-11-06 00:26:31 +00:00
parent 15f578aa1d
commit c26bc88dc1
11 changed files with 16 additions and 16 deletions

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -7,4 +7,4 @@
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}
}

View File

@@ -21,4 +21,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-30-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}
}

View File

@@ -41,9 +41,9 @@
"/dev/nvme2"
],
"environment": {
"DOCKER_MODS": "linuxserver/mods:lidarr-flac2mp3",
"PGID": "0",
"PUID": "0",
"DOCKER_MODS": "linuxserver/mods:lidarr-flac2mp3"
"PUID": "0"
},
"init": false,
"map": [

View File

@@ -55,10 +55,10 @@
"name": "Paperless NGX",
"options": {
"CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml",
"PGID": 0,
"PUID": 0,
"OCRLANG": "ENG",
"PAPERLESS_OCR_MODE": "skip",
"OCRLANG": "ENG"
"PGID": 0,
"PUID": 0
},
"ports": {
"8000/tcp": 8011
@@ -73,10 +73,10 @@
"schema": {
"CONFIG_LOCATION": "str",
"OCRLANG": "str?",
"PAPERLESS_OCR_MODE": "list(skip|redo|force|skip_noarchive)?",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"PAPERLESS_OCR_MODE": "list(skip|redo|force|skip_noarchive)?",
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",

View File

@@ -98,11 +98,11 @@
"TRANSMISSION_V3_UPDATE": "bool?",
"TRANSMISSION_WATCH_DIR": "str",
"TRANSMISSION_WEB_UI": "list(standard|combustion|kettu|transmission-web-control|flood-for-transmission|shift)",
"auto_restart": "bool?",
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"auto_restart": "bool?"
"networkdisks": "str?"
},
"slug": "transmission_openvpn",
"url": "https://github.com/alexbelgium/hassio-addons",