From 54258342faa74c6d20a1b051d545e7ece43502f8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 9 Oct 2022 10:45:16 +0200 Subject: [PATCH] New options https://github.com/alexbelgium/hassio-addons/issues/502 --- unpackerr/config.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/unpackerr/config.json b/unpackerr/config.json index c2704d6e0..b4f59a3cf 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -58,11 +58,19 @@ "ssl" ], "name": "Unpackerr", + "options": { + "PGID": 1000, + "PUID": 1000, + "extraction_path": "/share/downloads_packed", + "watch_path": "/share/downloads_unpacked" + }, "schema": { "PGID": "int", - "PUID": "int" + "PUID": "int", + "extraction_path": "str?", + "watch_path": "str?" }, "slug": "unpackerr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.10.1-4" + "version": "0.10.1-5" }