Github bot : json sorted

This commit is contained in:
github-actions
2023-01-29 00:25:08 +00:00
parent 337cfe1048
commit d4d2645fc9
2 changed files with 5 additions and 5 deletions

View File

@@ -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?",

View File

@@ -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?",