From 55245edec6d82bbd75ed67600a34b15e351f35bf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:28:01 +0200 Subject: [PATCH] Correct file 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 1a62e3d3a..f34f4732a 100644 --- a/seafile/config.json +++ b/seafile/config.json @@ -104,8 +104,7 @@ "SEAFILE_ADMIN_PASSWORD": "password", "SERVER_IP": "str?", "TZ": "str?", - "udev": true, - "url": "str", + "url": "str", "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?",