mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-13 10:59:56 +02:00
Github bot : json sorted
This commit is contained in:
@@ -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?",
|
||||||
|
|||||||
@@ -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?",
|
||||||
|
|||||||
Reference in New Issue
Block a user