From c26bc88dc1999ca513d5d97f93b41d855047856f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 00:26:31 +0000 Subject: [PATCH] Github bot : json sorted --- arpspoof/build.json | 2 +- bazarr/build.json | 2 +- booksonic_air/build.json | 2 +- calibre/build.json | 2 +- calibre_web/build.json | 2 +- code-server/build.json | 2 +- emby/build.json | 2 +- epicgamesfree/config.json | 2 +- lidarr/config.json | 4 ++-- paperless_ngx/config.json | 8 ++++---- transmission_openvpn/config.json | 4 ++-- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/arpspoof/build.json b/arpspoof/build.json index 21de2a7f2..0964b76fe 100644 --- a/arpspoof/build.json +++ b/arpspoof/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/bazarr/build.json b/bazarr/build.json index 6539319aa..7c559e269 100644 --- a/bazarr/build.json +++ b/bazarr/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/booksonic_air/build.json b/booksonic_air/build.json index a1032ee13..56d2e32b1 100644 --- a/booksonic_air/build.json +++ b/booksonic_air/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/calibre/build.json b/calibre/build.json index e00db86c1..1e6e9770c 100644 --- a/calibre/build.json +++ b/calibre/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/calibre_web/build.json b/calibre_web/build.json index 551953fd6..6aa35a304 100644 --- a/calibre_web/build.json +++ b/calibre_web/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/code-server/build.json b/code-server/build.json index 90e5fbf81..e9d938d16 100644 --- a/code-server/build.json +++ b/code-server/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/emby/build.json b/emby/build.json index 68cca8769..623cf8563 100644 --- a/emby/build.json +++ b/emby/build.json @@ -7,4 +7,4 @@ "codenotary": { "signer": "alexandrep.github@gmail.com" } -} \ No newline at end of file +} diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index 5dc467670..914efe73c 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -21,4 +21,4 @@ "url": "https://github.com/alexbelgium/hassio-addons", "version": "ee3dff4b29757e28282cada9bcb3e8f84f1c3041-2022-10-30-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" -} \ No newline at end of file +} diff --git a/lidarr/config.json b/lidarr/config.json index c97e911d9..7c2e902d8 100644 --- a/lidarr/config.json +++ b/lidarr/config.json @@ -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": [ diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index 530393aa4..3e65a2431 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -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?", diff --git a/transmission_openvpn/config.json b/transmission_openvpn/config.json index dfa32b0ff..2d41821d4 100644 --- a/transmission_openvpn/config.json +++ b/transmission_openvpn/config.json @@ -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",