mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Update config.json
This commit is contained in:
@@ -50,13 +50,13 @@
|
|||||||
],
|
],
|
||||||
"name": "Seafile",
|
"name": "Seafile",
|
||||||
"options": {
|
"options": {
|
||||||
|
"PUID": "1001",
|
||||||
|
"PGID": "1001",
|
||||||
"database": "sqlite",
|
"database": "sqlite",
|
||||||
"data_location": "/share/seafile",
|
"data_location": "/share/seafile",
|
||||||
"SERVER_IP": "seafile.example.com",
|
"URL": "seafile.example.com",
|
||||||
"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",
|
||||||
"PUID": 0,
|
|
||||||
"PGID": 0,
|
|
||||||
"TZ": "Europe/Paris"
|
"TZ": "Europe/Paris"
|
||||||
},
|
},
|
||||||
"panel_icon": "mdi:library",
|
"panel_icon": "mdi:library",
|
||||||
@@ -80,8 +80,8 @@
|
|||||||
"database": "list(sqlite|mariadb_addon)",
|
"database": "list(sqlite|mariadb_addon)",
|
||||||
"data_location": "str",
|
"data_location": "str",
|
||||||
"URL": "str",
|
"URL": "str",
|
||||||
"seafile_admin_email": "email",
|
"SEAFILE_ADMIN_EMAIL": "email",
|
||||||
"seafile_admin_password": "str",
|
"SEAFILE_ADMIN_PASSWORD": "str",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
@@ -92,6 +92,6 @@
|
|||||||
],
|
],
|
||||||
"slug": "seafile",
|
"slug": "seafile",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile",
|
||||||
"version": "1.9",
|
"version": "2.0",
|
||||||
"webui": "http://[HOST]:[PORT:80]"
|
"webui": "http://[HOST]:[PORT:80]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user