From 81f11d8dd105b3b92f523b1d242a703bbe172b1d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:55:23 +0100 Subject: [PATCH] Try first build with config to be stored in /config https://github.com/alexbelgium/hassio-addons/issues/1321#issuecomment-2022678485 --- requestrr/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requestrr/config.json b/requestrr/config.json index 571c5680d..83af66799 100644 --- a/requestrr/config.json +++ b/requestrr/config.json @@ -71,7 +71,9 @@ }, "image": "ghcr.io/alexbelgium/requestrr-{arch}", "init": false, - "map": [], + "map": [ + "addon_config:rw" + ], "name": "Requestrr", "options": { "PGID": 0, @@ -95,6 +97,6 @@ "slug": "requestrr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1.2-3-bugfix", + "version": "DO_NOT_UPDATE-test", "webui": "[PROTO:ssl]://[HOST]:[PORT:4545]" }