From 97c46856d21482e47069ce3b044a4682eebd9909 Mon Sep 17 00:00:00 2001 From: Qballjos Date: Thu, 25 Feb 2021 18:10:45 +0100 Subject: [PATCH] typo --- Template/Stack/vpn_download.yml | 14 +++++++------- Template/test.json | 13 +++++++++---- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/Template/Stack/vpn_download.yml b/Template/Stack/vpn_download.yml index b43d148..1d123b9 100644 --- a/Template/Stack/vpn_download.yml +++ b/Template/Stack/vpn_download.yml @@ -31,8 +31,8 @@ services: - DEBUG=${DEBUG} - WEBUI_PORT=${QBITTORENTPORT} volumes: - - ${appdata folder}/qbittorrent:/config - - ${download folder}:/data + - ${APPDATA}/qbittorrent:/config + - ${DOWNLOAD}:/data - /etc/localtime:/etc/localtime:ro restart: unless-stopped nzbhydra2: @@ -46,7 +46,7 @@ services: - UMASK=002 - TZ=${TZ} volumes: - - ${appdata folder}/nzbhydra2:/config + - ${APPDATA}/nzbhydra2:/config restart: unless-stopped jackett: container_name: jackett @@ -59,8 +59,8 @@ services: - UMASK=002 - TZ=${TZ} volumes: - - ${appdata folder}/jackett:/config - - ${download folder}:/data + - ${APPDATA}/jackett:/config + - ${DOWNLOAD}:/data restart: unless-stopped nzbget: container_name: nzbget @@ -73,6 +73,6 @@ services: - UMASK=002 - TZ=${TZ} volumes: - - ${appdata folder}/nzbget:/config - - ${download folder}:/data + - ${APPDATA}/nzbget:/config + - ${DOWNLOAD}:/data restart: unless-stopped diff --git a/Template/test.json b/Template/test.json index eb32ec4..0f6fbab 100644 --- a/Template/test.json +++ b/Template/test.json @@ -22,9 +22,14 @@ }, { "default": "8080", - "label": "qBittorrent webui port", + "label": "qBittorrent port", "name": "QBITTORENTPORT" }, + { + "default": "6789", + "label": "NZBget port", + "name": "NZBGETPORT" + }, { "default": "8118", "label": "Privoxy port", @@ -114,7 +119,7 @@ ] }, { - "label": "ENable Privoxy", + "label": "Enable Privoxy", "name": "ENABLE_PRIVOXY", "select": [{ "text": "Yes", @@ -153,12 +158,12 @@ }, { "label": "appdata folder", - "name": "appdata folder", + "name": "APPDATA", "description": "location of your appdata root" }, { "label": "download folder", - "name": "download folder", + "name": "DOWNLOAD", "description": "location of your download folder" } ],