From 12859873cba3bb795600e3c9b4dd85812f9eaf28 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Jun 2022 09:12:01 +0200 Subject: [PATCH] Update config.json --- seafile/config.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index b43f9a028..302e3296d 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -53,18 +53,21 @@ "database": "sqlite", "data_location": "/share/seafile", "seafile_server_letsencrypt": false, - "seafile_server_hostname": "seafile.example.com", + "SERVER_IP": "seafile.example.com", "seafile_admin_email": "me@example.com", "seafile_admin_password": "a_very_secret_password", "PUID": 0, - "PGID": 0 + "PGID": 0, + "TZ": "Europe/Paris" }, "panel_icon": "mdi:library", "ports": { - "80/tcp": 8077 + "8000/tcp": 8000, + "8082/tcp": 8082 }, "ports_description": { - "80/tcp": "seafile webui" + "8000/tcp": "Seahub", + "8000/tcp": "File server" }, "privileged": [ "SYS_ADMIN", @@ -91,6 +94,6 @@ ], "slug": "seafile", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/seafile", - "version": "1.2", + "version": "1.0", "webui": "http://[HOST]:[PORT:80]" }