From 52ec81560d8accfc37db7a59d91e4e5ca1e76ee7 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 20 Nov 2023 15:35:03 +0000 Subject: [PATCH] Deployed 3ffc34fa with MkDocs version: 1.5.3 --- images/docker-deluge/index.html | 4 ++-- sitemap.xml.gz | Bin 1782 -> 1782 bytes 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-deluge/index.html b/images/docker-deluge/index.html index 4a56fb6c40..eb6d6401fa 100644 --- a/images/docker-deluge/index.html +++ b/images/docker-deluge/index.html @@ -1,4 +1,4 @@ - deluge - LinuxServer.io
Skip to content

linuxserver/deluge

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Deluge is a lightweight, Free Software, cross-platform BitTorrent client.

  • Full Encryption
  • WebUI
  • Plugin System
  • Much more...

deluge

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/deluge:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

The admin interface is available at http://SERVER-IP:8112 with a default user/password of admin/deluge.

To change the password (recommended) log in to the web interface and go to Preferences->Interface->Password.

Change the inbound port to 6881 (or whichever port you've mapped for the container) under Preferences->Network, otherwise random ports will be used.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ deluge - LinuxServer.io       

linuxserver/deluge

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Deluge is a lightweight, Free Software, cross-platform BitTorrent client.

  • Full Encryption
  • WebUI
  • Plugin System
  • Much more...

deluge

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/deluge:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

The admin interface is available at http://SERVER-IP:8112 with a default user/password of admin/deluge.

To change the password (recommended) log in to the web interface and go to Preferences->Interface->Password.

Change the inbound port to 6881 (or whichever port you've mapped for the container) under Preferences->Network, otherwise random ports will be used.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   deluge:
@@ -57,4 +57,4 @@
   --pull \
   -t lscr.io/linuxserver/deluge:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 07.10.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 30.06.23: - Bump unrar to 6.2.8, deprecate armhf as per https://www.linuxserver.io/armhf.
  • 29.11.22: - Restore geoip using py3-geoip as an interim measure.
  • 24.11.22: - Remove GeoIP packages as geoip will not build under Py 3.11 and Deluge still doesn't support geoip2.
  • 22.11.22: - Update GeoIP URL for new IPFS domain.
  • 29.08.22: - Rebase to Alpine Edge again to follow latest releases.
  • 12.08.22: - Bump unrar to 6.1.7.
  • 16.06.22: - Rebase to Alpine 3.16 from edge.
  • 22.02.22: - Rebase to Alpine, config on first startup, add GeoIP.
  • 15.01.22: - Rebase to Focal.
  • 07.06.21: - Remove host networking from readme examples
  • 23.01.21: - Deprecate UMASK_SET in favor of UMASK in baseimage, see above for more information.
  • 09.05.19: - Add python3 requests and future modules.
  • 24.08.19: - Add ability to set LogLevel for Deluge.
  • 09.06.19: - Update to 2.x using deluge ppa.
  • 02.05.19: - Install full version of 7zip.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 15.11.18: - Add deluge-console.
  • 11.11.18: - Rebase to Ubuntu Bionic, add pipeline multiarch logic.
  • 09.04.18: - update to libressl2.7-libssl.
  • 29.03.18: - Rebase to alpine edge.
  • 07.12.17: - Rebase to alpine 3.7.
  • 20.11.17: - Change libressl2.6-libssl repo.
  • 01.07.17: - Add curl package.
  • 26.05.17: - Rebase to alpine 3.6.
  • 29.04.17: - Add variable for user defined umask.
  • 28.04.17: - update to libressl2.5-libssl.
  • 28.12.16: - Rebase to alpine 3.5 baseimage.
  • 17.11.16: - Rebase to edge baseimage.
  • 13.10.16: - Switch to libressl as openssl deprecated from alpine linux and deluge dependency no longer installs
  • 30.09.16: - Fix umask.
  • 09.09.16: - Add layer badges to README.
  • 30.08.16: - Use pip packages for some critical dependencies.
  • 28.08.16: - Add badges to README.
  • 15.08.16: - Rebase to alpine linux.
  • 09.11.15: - Add unrar and unzip
  • 15.10.15: - Initial Release.

Last update: October 8, 2023
Created: February 7, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 07.10.23: - Install unrar from linuxserver repo.
  • 10.08.23: - Bump unrar to 6.2.10.
  • 30.06.23: - Bump unrar to 6.2.8, deprecate armhf as per https://www.linuxserver.io/armhf.
  • 29.11.22: - Restore geoip using py3-geoip as an interim measure.
  • 24.11.22: - Remove GeoIP packages as geoip will not build under Py 3.11 and Deluge still doesn't support geoip2.
  • 22.11.22: - Update GeoIP URL for new IPFS domain.
  • 29.08.22: - Rebase to Alpine Edge again to follow latest releases.
  • 12.08.22: - Bump unrar to 6.1.7.
  • 16.06.22: - Rebase to Alpine 3.16 from edge.
  • 22.02.22: - Rebase to Alpine, config on first startup, add GeoIP.
  • 15.01.22: - Rebase to Focal.
  • 07.06.21: - Remove host networking from readme examples
  • 23.01.21: - Deprecate UMASK_SET in favor of UMASK in baseimage, see above for more information.
  • 09.05.19: - Add python3 requests and future modules.
  • 24.08.19: - Add ability to set LogLevel for Deluge.
  • 09.06.19: - Update to 2.x using deluge ppa.
  • 02.05.19: - Install full version of 7zip.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 15.11.18: - Add deluge-console.
  • 11.11.18: - Rebase to Ubuntu Bionic, add pipeline multiarch logic.
  • 09.04.18: - update to libressl2.7-libssl.
  • 29.03.18: - Rebase to alpine edge.
  • 07.12.17: - Rebase to alpine 3.7.
  • 20.11.17: - Change libressl2.6-libssl repo.
  • 01.07.17: - Add curl package.
  • 26.05.17: - Rebase to alpine 3.6.
  • 29.04.17: - Add variable for user defined umask.
  • 28.04.17: - update to libressl2.5-libssl.
  • 28.12.16: - Rebase to alpine 3.5 baseimage.
  • 17.11.16: - Rebase to edge baseimage.
  • 13.10.16: - Switch to libressl as openssl deprecated from alpine linux and deluge dependency no longer installs
  • 30.09.16: - Fix umask.
  • 09.09.16: - Add layer badges to README.
  • 30.08.16: - Use pip packages for some critical dependencies.
  • 28.08.16: - Add badges to README.
  • 15.08.16: - Rebase to alpine linux.
  • 09.11.15: - Add unrar and unzip
  • 15.10.15: - Initial Release.

Last update: November 20, 2023
Created: February 7, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index e07874556ce3832e3d07a9c63bd725d4b46d6213..ed4d19b05978565778aa099e01e0fe24e6a98304 100644 GIT binary patch delta 15 Wcmeyy`;C`PzMF$%X3a*n4{QJ}+69RK delta 15 Wcmeyy`;C`PzMF$XxOyYo2Q~mIu>}GE