diff --git a/ReadMe.txt b/ReadMe.txt index 485f2f0..5e3cb0e 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.2.0 & rx3-docker/server:1.2.3-mga9 image, + - Curtently based on deluge 2.2.0 & rx3-docker/server:1.2.4-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 759606c..ce7a216 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Deluge V 1.2.1 - A. GIBERT - 2025/06/26 +------------------------------------------------------------------------------------------------------------------------------------ + +- Use now rx3-docker/server:1.2.4-mga9 image, +- DNS re-run config bug on a already created container fixed by new server image. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Deluge V 1.2.0 - A. GIBERT - 2025/06/12 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index afc2921..772c951 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.2.0" +APPL_VERSION="1.2.1" APPL_MAINTAINER='"Arnaud G. GIBERT" ' APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}" @@ -76,7 +76,7 @@ DOCKER_TOOLS_VOLUME=SINGLE # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+----------------------+--------------------+---------------+------------+--------------+------------+--------------+-------+---------------+-------+--------------+--------------+ -docker_service_add P2P peer2peer ${ORG_URL_PREFIX} deluge "Rx3-Docker/Deluge" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.3-mga9 - - ${PORT_MAIN} 58846 ${PORT_ADMIN} 8112 ${APPL_USER} ${APPL_GROUP} +docker_service_add P2P peer2peer ${ORG_URL_PREFIX} deluge "Rx3-Docker/Deluge" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.4-mga9 - - ${PORT_MAIN} 58846 ${PORT_ADMIN} 8112 ${APPL_USER} ${APPL_GROUP}