From 6e5cea537d5c9392cdcb5530a2ec75bea3e4318f Mon Sep 17 00:00:00 2001 From: tyjtyj Date: Sun, 17 Jul 2022 01:35:42 +0800 Subject: [PATCH 1/2] Update config.json S6-overlay-suexec: fatal https://developers.home-assistant.io/blog/2022/05/12/s6-overlay-base-images/?fbclid=IwAR0yg_p3aayehr4YooJDSLMadlrTC5anlbz3xdA2BwdxdpKRAPZ9hJL4w4M Hopefully this fixed the issue --- flexget/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/flexget/config.json b/flexget/config.json index c52772bc9..dc2c65fb0 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -10,6 +10,7 @@ "FG_PLUGINS": "", "FG_WEBUI_PASSWD": "" }, + "init": false, "map": [ "share:rw", "config:rw", From 00e47b6bf7c5dc806c4db3e375e2853924388034 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 16 Jul 2022 21:21:57 +0200 Subject: [PATCH 2/2] New version --- flexget/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexget/config.json b/flexget/config.json index dc2c65fb0..5b4b2aa2d 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -36,6 +36,6 @@ }, "slug": "flexget", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.3.21", + "version": "3.3.21-2", "webui": "http://[HOST]:[PORT:5050]" }