add qbittorrent
This commit is contained in:
@ -33,7 +33,28 @@ The following table lists the configurable parameters for the qBittorrent chart
|
||||
| `service.webNodePort` | Node port for Web UI (if service.type=NodePort) | `30080` |
|
||||
| `service.btNodePort` | Node port for BitTorrent (if service.type=NodePort) | `30881` |
|
||||
| `persistence.config.claimName` | PVC name for config | `qbittorrent-config` |
|
||||
| `persistence.downloads.claimName` | PVC name for downloads | `qbittorrent-downloads` |
|
||||
| `persistence.media.claimName` | PVC name for media storage | `media-storage` |
|
||||
|
||||
## Storage Structure
|
||||
|
||||
This chart uses a common `media-storage` persistent volume claim that can be shared across your media server applications (Sonarr, Radarr, etc.). The structure is:
|
||||
|
||||
```
|
||||
/media
|
||||
├── downloads # Completed downloads
|
||||
├── incomplete # In-progress downloads
|
||||
├── movies # Movie library
|
||||
└── tv # TV shows library
|
||||
```
|
||||
|
||||
To configure qBittorrent to use these paths:
|
||||
1. Access the qBittorrent web UI
|
||||
2. Go to Tools > Options > Downloads
|
||||
3. Set the following paths:
|
||||
- Default Save Path: `/media/downloads`
|
||||
- Keep incomplete torrents in: `/media/incomplete`
|
||||
|
||||
This ensures consistency with other applications in your media server stack.
|
||||
|
||||
## Using with MyAnonamouse (MAM)
|
||||
|
||||
|
Reference in New Issue
Block a user