From e89bb4f50a66d0857c95a3428c2773f87d0e9264 Mon Sep 17 00:00:00 2001 From: Amjed Ali <86785660+amjed-ali-k@users.noreply.github.com> Date: Sun, 11 Jul 2021 22:19:41 +0530 Subject: [PATCH] Update qBittorrent Fields (#462) When i used qBittorent, It didn't worked for me. Then i found that its due to the error in data i entered during installation. So I edited some fields to make installation more clear and self-explanatory. Also added default values --- public/v4/apps/qbittorrent.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/v4/apps/qbittorrent.yml b/public/v4/apps/qbittorrent.yml index d2d4ccf..a2b261b 100644 --- a/public/v4/apps/qbittorrent.yml +++ b/public/v4/apps/qbittorrent.yml @@ -29,12 +29,14 @@ caproverOneClickApp: validRegex: /.{1,}/ - id: $$cap_webui_port label: qBittorrent WebUI Port + defaultValue: '8081' description: The port used to access qBittorrent validRegex: /\d/ - id: $$cap_path_to_downloads label: Path to downloads folder - description: Path to downloads folder where u want to save the downloaded torrents - validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/ + defaultValue: qbittorent-downloads + description: Path to downloads folder where u want to save the downloaded torrents. You can mention an existing directory here too. Eg. /home/user/downloads/ + validRegex: /.{1,}/ instructions: start: >- The qBittorrent project aims to provide an open-source software alternative to µTorrent.