From 72a7daff3e0570e17ce2b5ef51895b8fff248b7d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 22 Jun 2021 18:26:29 +0200 Subject: [PATCH] Update config.json --- jackett/config.json | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/jackett/config.json b/jackett/config.json index 22f9e4fe6..713f6aa6c 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -37,28 +37,15 @@ }, "options": { "PUID": 0, - "PGID": 0, - "localdisks": [ - "sda1" - ], - "networkdisks": "", - "cifsusername": "", - "cifspassword": "" + "PGID": 0 }, "schema": { "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": [ - "str" - ], - "networkdisks": "str", - "cifsusername": "str", - "cifspassword": "str" - }, - "snapshot_exclude": [ - "**/Backups/*", - "**/logs/*", - "**/MediaCover/*" - ] + "localdisks": "str?", + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?" + } }