From 1ee87e3afb044ce0b68267be8c5e890e8bd47568 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 00:23:40 +0000 Subject: [PATCH] Github bot : json sorted --- immich/config.json | 2 +- jackett/config.json | 8 ++++---- paperless_ngx/config.json | 4 ++-- signalk/build.json | 16 ++++++++-------- signalk/config.json | 6 +++--- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/immich/config.json b/immich/config.json index 3d12e7057..4992fd8b9 100644 --- a/immich/config.json +++ b/immich/config.json @@ -58,8 +58,8 @@ "/dev/nvme2" ], "environment": { - "DOCKER_MODS": "imagegenius/mods:universal-redis", "CI_PORT": "8080", + "DOCKER_MODS": "imagegenius/mods:universal-redis", "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", "MACHINE_LEARNING_WORKERS": "1", "MACHINE_LEARNING_WORKER_TIMEOUT": "120", diff --git a/jackett/config.json b/jackett/config.json index 68d2cbd7f..1ed11d273 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -76,12 +76,12 @@ "PUID": 0 }, "ports": { - "9117/tcp": 9117, - "8889/tcp": 8889 + "8889/tcp": 8889, + "9117/tcp": 9117 }, "ports_description": { - "9117/tcp": "Web interface", - "8889/tcp": "Alternative port" + "8889/tcp": "Alternative port", + "9117/tcp": "Web interface" }, "privileged": [ "SYS_ADMIN", diff --git a/paperless_ngx/config.json b/paperless_ngx/config.json index ae0cac213..574773d66 100644 --- a/paperless_ngx/config.json +++ b/paperless_ngx/config.json @@ -61,10 +61,10 @@ "environment": { "PAPERLESS_ADMIN_PASSWORD": "admin", "PAPERLESS_ADMIN_USER": "admin", - "PAPERLESS_DATA_DIR": "/config/data", - "PAPERLESS_MEDIA_ROOT": "/config/media", "PAPERLESS_CONSUMPTION_DIR": "/config/consume", + "PAPERLESS_DATA_DIR": "/config/data", "PAPERLESS_EXPORT_DIR": "/config/export", + "PAPERLESS_MEDIA_ROOT": "/config/media", "PGID": "0", "PUID": "0" }, diff --git a/signalk/build.json b/signalk/build.json index 6e91c4ace..b6533d3b3 100644 --- a/signalk/build.json +++ b/signalk/build.json @@ -1,10 +1,10 @@ { - "build_from": { - "aarch64": "ghcr.io/signalk/signalk-server:latest", - "amd64": "ghcr.io/signalk/signalk-server:latest", - "armv7": "ghcr.io/signalk/signalk-server:latest" - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" - } + "build_from": { + "aarch64": "ghcr.io/signalk/signalk-server:latest", + "amd64": "ghcr.io/signalk/signalk-server:latest", + "armv7": "ghcr.io/signalk/signalk-server:latest" + }, + "codenotary": { + "signer": "alexandrep.github@gmail.com" } +} diff --git a/signalk/config.json b/signalk/config.json index 313e6195e..c981aa862 100644 --- a/signalk/config.json +++ b/signalk/config.json @@ -8,9 +8,9 @@ "description": "An implementation of a Signal K central server for boats", "environment": { "HOME": "/config", + "NMEA0183PORT": "10110", "PORT": "3000", "SSLPORT": "3443", - "NMEA0183PORT": "10110", "TCPSTREAMPORT": "8375" }, "image": "ghcr.io/alexbelgium/signalk-{arch}", @@ -19,15 +19,15 @@ ], "name": "Signalk Server", "ports": { + "10110/tcp": 10110, "3000/tcp": 3000, "3443/tcp": 3443, - "10110/tcp": 10110, "8375/tcp": 8375 }, "ports_description": { + "10110/tcp": "NMEA0183 port", "3000/tcp": "web interface", "3443/tcp": "ssl web interface", - "10110/tcp": "NMEA0183 port", "8375/tcp": "TCPSTREAM port" }, "slug": "signalk",