From b6bee116de8856dd13944c4d37f89e09650888ed Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:47:25 +0200 Subject: [PATCH] Correct config.yaml https://github.com/alexbelgium/hassio-addons/issues/1017 --- seafile/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/seafile/config.json b/seafile/config.json index 9db6c30b7..1a62e3d3a 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -76,8 +76,7 @@ "SEAFILE_ADMIN_PASSWORD": "a_very_secret_password", "SERVER_IP": "homeassistant.local", "TZ": "Europe/Paris", - "udev": true, - "url": "seafile.example.com", + "url": "seafile.example.com", "data_location": "/share/seafile", "database": "sqlite" },