Skip to content

Commit 952df5c

Browse files
Bot Updating Documentation
1 parent 9096f88 commit 952df5c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/images/docker-qbittorrent.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: qbittorrent
33
tags:
44
- Downloaders
5-
description: "The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library."
5+
description: "The [Qbittorrent](https://www.qbittorrent.org/) is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg."
66
---
77
<!-- DO NOT EDIT THIS FILE MANUALLY -->
88
<!-- Please read https://github.com/linuxserver/docker-qbittorrent/blob/master/.github/CONTRIBUTING.md -->
@@ -19,7 +19,7 @@ description: "The [Qbittorrent](https://www.qbittorrent.org/) project aims to pr
1919
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-qbittorrent%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qbittorrent/job/master/)
2020
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fqbittorrent%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/qbittorrent/latest/index.html)
2121

22-
The [Qbittorrent](https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
22+
The [Qbittorrent](https://www.qbittorrent.org/) is a bittorrent client programmed in C++ / Qt that uses libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
2323

2424
[![qbittorrent](https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/qbittorrent-icon.png)](https://www.qbittorrent.org/)
2525

@@ -42,8 +42,8 @@ This image provides various versions that are available via tags. Please read th
4242

4343
| Tag | Available | Description |
4444
| :----: | :----: |--- |
45-
| latest || Stable qbittorrent releases |
46-
| libtorrentv1 || Static qbittorrent builds using libtorrent v1 |
45+
| latest || Stable qbittorrent releases using libtorrent v2 |
46+
| libtorrentv1 || Stable qbittorrent releases using libtorrent v1 |
4747

4848
## Application Setup
4949

@@ -362,13 +362,14 @@ To help with development, we generate this dependency graph.
362362
svc-qbittorrent -> legacy-services
363363
}
364364
Base Images: {
365-
"baseimage-alpine:edge"
365+
"baseimage-alpine:3.23"
366366
}
367367
"qbittorrent:latest" <- Base Images
368368
```
369369

370370
## Versions
371371

372+
* **04.05.26:** - Switch to static builds for parity with libtorrentv1 branch. Rebase to Alpine 3.23.
372373
* **17.07.24:** - Restore qbittorrent-cli as it now supports openssl 3.
373374
* **25.05.24:** - Remove qbittorrent-cli as it still requires openssl 1.1 which is EOL.
374375
* **14.02.24:** - Only set/override torrenting port if the optional env var is set.

0 commit comments

Comments
 (0)