From 2afc3db103dc3800fbcb1dad5306e61404f727ad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jan 2023 22:13:55 +0100 Subject: [PATCH] Allow configure server_ip and port https://github.com/alexbelgium/hassio-addons/issues/647 --- seafile/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/seafile/config.json b/seafile/config.json index 1326fe3ff..aa5b552aa 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -58,6 +58,8 @@ "PUID": 1000, "SEAFILE_ADMIN_EMAIL": "me@example.com", "SEAFILE_ADMIN_PASSWORD": "a_very_secret_password", + "SERVER_IP": "homeassistant.local", + "PORT": "8082", "TZ": "Europe/Paris", "URL": "seafile.example.com", "data_location": "/share/seafile", @@ -82,6 +84,8 @@ "PUID": "int", "SEAFILE_ADMIN_EMAIL": "email", "SEAFILE_ADMIN_PASSWORD": "password", + "SERVER_IP": "str?", + "PORT": "str?", "TZ": "str?", "URL": "str", "cifspassword": "str?",