Add qBittorrent
This commit is contained in:
@@ -5,7 +5,7 @@ title: Basic Example
|
||||
This example does the following:
|
||||
|
||||
- Runs a jellyfin server and exposes it to the internet with HTTPS support.
|
||||
- Runs the transmission torrent client through a vpn
|
||||
- Runs a torrent client (Transmission or qBittorrent) through a VPN
|
||||
- Runs all "*Arrs" supported by this module
|
||||
|
||||
```nix {.numberLines}
|
||||
@@ -52,3 +52,13 @@ This example does the following:
|
||||
jellyseerr.enable = true;
|
||||
};
|
||||
```
|
||||
|
||||
To use qBittorrent instead of Transmission, replace the `transmission` block with:
|
||||
|
||||
```nix {.numberLines}
|
||||
qbittorrent = {
|
||||
enable = true;
|
||||
vpn.enable = true;
|
||||
peerPort = 50000; # Set this to the port forwarded by your VPN
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user