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:
parent
e64f2cce5c
commit
e89bb4f50a
|
|
@ -29,12 +29,14 @@ caproverOneClickApp:
|
||||||
validRegex: /.{1,}/
|
validRegex: /.{1,}/
|
||||||
- id: $$cap_webui_port
|
- id: $$cap_webui_port
|
||||||
label: qBittorrent WebUI Port
|
label: qBittorrent WebUI Port
|
||||||
|
defaultValue: '8081'
|
||||||
description: The port used to access qBittorrent
|
description: The port used to access qBittorrent
|
||||||
validRegex: /\d/
|
validRegex: /\d/
|
||||||
- id: $$cap_path_to_downloads
|
- id: $$cap_path_to_downloads
|
||||||
label: Path to downloads folder
|
label: Path to downloads folder
|
||||||
description: Path to downloads folder where u want to save the downloaded torrents
|
defaultValue: qbittorent-downloads
|
||||||
validRegex: /\/[^\s-][a-zA-Z0-9_\/-]*[^\/][^\s-]/
|
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:
|
instructions:
|
||||||
start: >-
|
start: >-
|
||||||
The qBittorrent project aims to provide an open-source software alternative to µTorrent.
|
The qBittorrent project aims to provide an open-source software alternative to µTorrent.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue