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
This commit is contained in:
Amjed Ali 2021-07-11 22:19:41 +05:30 committed by GitHub
parent e64f2cce5c
commit e89bb4f50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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.