From e54b9dc20d7c937c44fa8ab7371689f733096e91 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 May 2022 00:29:27 +0000 Subject: [PATCH] Github bot : json sorted --- bazarr/config.json | 1 - guacamole/build.json | 4 ++-- guacamole/config.json | 4 ++-- photoprism/config.json | 10 +++++----- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/bazarr/config.json b/bazarr/config.json index f382760ca..88a6d131d 100644 --- a/bazarr/config.json +++ b/bazarr/config.json @@ -82,4 +82,3 @@ "version": "1.0.4", "webui": "http://[HOST]:[PORT:6767]" } - diff --git a/guacamole/build.json b/guacamole/build.json index 64ed6c832..d0de3b2cf 100644 --- a/guacamole/build.json +++ b/guacamole/build.json @@ -1,6 +1,6 @@ { "build_from": { - "amd64": "maxwaldorf/guacamole:latest", - "aarch64": "maxwaldorf/guacamole:latest" + "aarch64": "maxwaldorf/guacamole:latest", + "amd64": "maxwaldorf/guacamole:latest" } } diff --git a/guacamole/config.json b/guacamole/config.json index 829635791..b2d871085 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -5,6 +5,7 @@ ], "description": "Clientless remote desktop gateway", "environment": {}, + "image": "ghcr.io/alexbelgium/guacamole-{arch}", "name": "Guacamole Client", "options": { "PGID": 0, @@ -17,11 +18,10 @@ "ports_description": { "8080/tcp": "web interface" }, - "image": "ghcr.io/alexbelgium/guacamole-{arch}", "schema": { + "EXTENSIONS": "str?", "PGID": "int", "PUID": "int", - "EXTENSIONS": "str?", "TZ": "str?" }, "slug": "guacamole", diff --git a/photoprism/config.json b/photoprism/config.json index a413e6040..6a066e58b 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -58,11 +58,11 @@ "ORIGINALS_PATH": "/share/photoprism/originals", "STORAGE_PATH": "/share/photoprism/storage", "UPLOAD_NSFW": "true", + "certfile": "fullchain.pem", "cifspassword": "password", "cifsusername": "username", - "networkdisks": "//server/share", - "certfile": "fullchain.pem", "keyfile": "privkey.pem", + "networkdisks": "//server/share", "ssl": false }, "ports": { @@ -83,13 +83,13 @@ "ORIGINALS_PATH": "str", "STORAGE_PATH": "str", "UPLOAD_NSFW": "bool", + "certfile": "str", "cifspassword": "str?", "cifsusername": "str?", + "keyfile": "str", "localdisks": "str?", "networkdisks": "str?", - "ssl": "bool", - "certfile": "str", - "keyfile": "str" + "ssl": "bool" }, "services": [ "mysql:want"