diff options
| author | Amjed Ali <[email protected]> | 2021-07-11 22:19:41 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-11 09:49:41 -0700 |
| commit | e89bb4f50a66d0857c95a3428c2773f87d0e9264 (patch) | |
| tree | 63b83db322eac2864ed7073a53944acbb1abf54d | |
| parent | e64f2cce5c2dd8fef6e02a0fc08e7a6228ff3dbe (diff) | |
| download | caprover-one-click-apps-e89bb4f50a66d0857c95a3428c2773f87d0e9264.tar.gz caprover-one-click-apps-e89bb4f50a66d0857c95a3428c2773f87d0e9264.zip | |
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
| -rw-r--r-- | public/v4/apps/qbittorrent.yml | 6 |
1 files 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. |
