From 3473ddfc847e09c1327208d3cdb3d7e122db509c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 26 Aug 2024 16:42:45 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-deluge.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/images/docker-deluge.md b/docs/images/docker-deluge.md index 7511b7d3f..aecf6d40b 100644 --- a/docs/images/docker-deluge.md +++ b/docs/images/docker-deluge.md @@ -39,6 +39,15 @@ The architectures supported by this image are: | arm64 | ✅ | arm64v8-\ | | armhf | ❌ | | +## Version Tags + +This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. + +| Tag | Available | Description | +| :----: | :----: |--- | +| latest | ✅ | Stable Deluge releases | +| libtorrentv1 | ✅ | Stable Deluge releases using libtorrentv1 | + ## Application Setup The admin interface is available at `http://SERVER-IP:8112` with a default user/password of admin/deluge. @@ -291,6 +300,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **26.08.24:** - Add libtorrentv1 tag. * **26.12.23:** - Replace source for GeoIP database. * **07.12.23:** - Add optional port 58846 to readme for thin client connectivity. * **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).