From 97412a0e2689985a49ff6a77466f3eeebd9920d4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 9 Oct 2022 07:13:32 +0200 Subject: [PATCH] Feat : allow changing puid pgid --- unpackerr/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unpackerr/config.json b/unpackerr/config.json index 34061c0b6..8bdeb2124 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -58,6 +58,10 @@ "ssl" ], "name": "Unpackerr", + "schema": { + "PGID": "int", + "PUID": "int" + }, "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", "version": "0.10.1-2"