From d4d2645fc9f79e812c0ec0323dd7c19a86b26e86 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 00:25:08 +0000 Subject: [PATCH] Github bot : json sorted --- photoprism/config.json | 2 +- seafile/config.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/photoprism/config.json b/photoprism/config.json index 8db186735..03919d758 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -101,10 +101,10 @@ "ORIGINALS_PATH": "str", "STORAGE_PATH": "str", "UPLOAD_NSFW": "bool", - "graphic_drivers": "list(|mesa)?", "certfile": "str", "cifspassword": "str?", "cifsusername": "str?", + "graphic_drivers": "list(|mesa)?", "ingress_disabled": "bool?", "keyfile": "str", "localdisks": "str?", diff --git a/seafile/config.json b/seafile/config.json index 0377c0699..0791894f9 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -68,13 +68,13 @@ "name": "Seafile", "options": { "CONFIG_LOCATION": "/config/addons_config/seafile/config.yaml", + "FILE_SERVER_ROOT": "http://homeassistant.local:8082", "PGID": 1000, + "PORT": "8082", "PUID": 1000, "SEAFILE_ADMIN_EMAIL": "me@example.com", "SEAFILE_ADMIN_PASSWORD": "a_very_secret_password", "SERVER_IP": "homeassistant.local", - "FILE_SERVER_ROOT": "http://homeassistant.local:8082", - "PORT": "8082", "TZ": "Europe/Paris", "URL": "seafile.example.com", "data_location": "/share/seafile", @@ -96,13 +96,13 @@ ], "schema": { "CONFIG_LOCATION": "str?", + "FILE_SERVER_ROOT": "str", "PGID": "int", + "PORT": "str?", "PUID": "int", "SEAFILE_ADMIN_EMAIL": "email", "SEAFILE_ADMIN_PASSWORD": "password", "SERVER_IP": "str?", - "FILE_SERVER_ROOT": "str", - "PORT": "str?", "TZ": "str?", "URL": "str", "cifspassword": "str?",