From 11c4307315167a11c1cfebd18e9c345befda2fb7 Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Thu, 12 Jun 2025 08:33:15 +0200 Subject: [PATCH] - Update to deluge 2.2.0 --- Dockerfile | 4 ++-- ReadMe.txt | 2 +- ReleaseNotes.txt | 8 ++++++++ env.dist | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 347d372..065b32e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,9 +73,9 @@ environment=HOME='${DELUGE_HOME} -RUN urpmi.update -a \ +RUN useradd --home-dir ${DELUGE_HOME} --password "" deluge \ + && urpmi.update -a \ && urpmi --force deluge --no-recommends \ - && useradd --home-dir ${DELUGE_HOME} --password "" deluge \ && mkdir ${DELUGE_SPOOL} \ && echo -e "${DELUGED}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/deluged \ && chmod a+x /etc/init.d/deluged \ diff --git a/ReadMe.txt b/ReadMe.txt index 7d61f78..485f2f0 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,7 @@ Welcome to Rx3-Docker/Deluge docker image! This project aims to build a Deluge docker image. Features: - - Curtently based on deluge 2.1.1 & rx3-docker/server:1.2.3-mga9 image, + - Curtently based on deluge 2.2.0 & rx3-docker/server:1.2.3-mga9 image, - Enabled Deluge plugin: AutoAdd, Label, Stats & WebUi, - Optional additional storage directories support, - Default Login/Password: deluge/delugeadmin, diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 41c119a..759606c 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,11 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Deluge V 1.2.0 - A. GIBERT - 2025/06/12 +------------------------------------------------------------------------------------------------------------------------------------ + +- Update to deluge 2.2.0 + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Deluge V 1.1.2 - A. GIBERT - 2025/05/28 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index c9b7d76..afc2921 100644 --- a/env.dist +++ b/env.dist @@ -21,7 +21,7 @@ APPL_NAME="deluge" APPL_NAME_FULL="Deluge" APPL_NAME_SHORT="deluge" APPL_ORG="rx3" -APPL_VERSION="1.1.2" +APPL_VERSION="1.2.0" APPL_MAINTAINER='"Arnaud G. GIBERT" ' APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"