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", "ORIGINALS_PATH": "str",
"STORAGE_PATH": "str", "STORAGE_PATH": "str",
"UPLOAD_NSFW": "bool", "UPLOAD_NSFW": "bool",
"graphic_drivers": "list(|mesa)?",
"certfile": "str", "certfile": "str",
"cifspassword": "str?", "cifspassword": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"graphic_drivers": "list(|mesa)?",
"ingress_disabled": "bool?", "ingress_disabled": "bool?",
"keyfile": "str", "keyfile": "str",
"localdisks": "str?", "localdisks": "str?",

View File

@@ -68,13 +68,13 @@
"name": "Seafile", "name": "Seafile",
"options": { "options": {
"CONFIG_LOCATION": "/config/addons_config/seafile/config.yaml", "CONFIG_LOCATION": "/config/addons_config/seafile/config.yaml",
"FILE_SERVER_ROOT": "http://homeassistant.local:8082",
"PGID": 1000, "PGID": 1000,
"PORT": "8082",
"PUID": 1000, "PUID": 1000,
"SEAFILE_ADMIN_EMAIL": "me@example.com", "SEAFILE_ADMIN_EMAIL": "me@example.com",
"SEAFILE_ADMIN_PASSWORD": "a_very_secret_password", "SEAFILE_ADMIN_PASSWORD": "a_very_secret_password",
"SERVER_IP": "homeassistant.local", "SERVER_IP": "homeassistant.local",
"FILE_SERVER_ROOT": "http://homeassistant.local:8082",
"PORT": "8082",
"TZ": "Europe/Paris", "TZ": "Europe/Paris",
"URL": "seafile.example.com", "URL": "seafile.example.com",
"data_location": "/share/seafile", "data_location": "/share/seafile",
@@ -96,13 +96,13 @@
], ],
"schema": { "schema": {
"CONFIG_LOCATION": "str?", "CONFIG_LOCATION": "str?",
"FILE_SERVER_ROOT": "str",
"PGID": "int", "PGID": "int",
"PORT": "str?",
"PUID": "int", "PUID": "int",
"SEAFILE_ADMIN_EMAIL": "email", "SEAFILE_ADMIN_EMAIL": "email",
"SEAFILE_ADMIN_PASSWORD": "password", "SEAFILE_ADMIN_PASSWORD": "password",
"SERVER_IP": "str?", "SERVER_IP": "str?",
"FILE_SERVER_ROOT": "str",
"PORT": "str?",
"TZ": "str?", "TZ": "str?",
"URL": "str", "URL": "str",
"cifspassword": "str?", "cifspassword": "str?",