From 4e1a344420e8f6083bdcb790fb76e1aa022bc9c7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jun 2022 15:45:15 +0200 Subject: [PATCH] Update config.json --- seafile/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index e478c019a..241bf105f 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -50,13 +50,13 @@ ], "name": "Seafile", "options": { + "PUID": "1001", + "PGID": "1001", "database": "sqlite", "data_location": "/share/seafile", - "SERVER_IP": "seafile.example.com", + "URL": "seafile.example.com", "SEAFILE_ADMIN_EMAIL": "me@example.com", "SEAFILE_ADMIN_PASSWORD": "a_very_secret_password", - "PUID": 0, - "PGID": 0, "TZ": "Europe/Paris" }, "panel_icon": "mdi:library", @@ -80,8 +80,8 @@ "database": "list(sqlite|mariadb_addon)", "data_location": "str", "URL": "str", - "seafile_admin_email": "email", - "seafile_admin_password": "str", + "SEAFILE_ADMIN_EMAIL": "email", + "SEAFILE_ADMIN_PASSWORD": "str", "cifspassword": "str?", "cifsusername": "str?", "localdisks": "str?", @@ -92,6 +92,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "1.9", + "version": "2.0", "webui": "http://[HOST]:[PORT:80]" }