From 2bbdd655a2a9f3b53282229442e466aa00dbed23 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 9 Dec 2020 20:28:18 +0100 Subject: [PATCH] Add NAS code --- radarr/config.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/radarr/config.json b/radarr/config.json index 7953e3a49..65ded79d7 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -28,16 +28,26 @@ "media:rw", "ssl" ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "full_access": true, "webui": "http://[HOST]:[PORT:7878]", "boot": "auto", "options": { "PUID": 1001, - "PGID": 1001 + "PGID": 1001, + "localdisks": ["sda1"], + "networkdisks": "", + "cifsusername": "", + "cifspassword": "" }, "schema": { "PUID": "int", "PGID": "int", - "TZ": "str?" + "TZ": "str?", + "localdisks": ["str"], + "networkdisks": "str", + "cifsusername": "str", + "cifspassword": "str" }, "snapshot_exclude": [ "**/Backups/*",