diff --git a/Dockerfile b/Dockerfile index 19a42f5..138b62d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,6 +65,7 @@ environment=HOME='${DELUGE_HOME} RUN urpmi.update -a \ + && urpmi.addmedia "Rx3 Testing" "http://mirror.xor.rx3/rx3/distrib/9/x86_64/media/testing" \ && urpmi --force deluge myip --no-recommends \ && useradd --home-dir ${DELUGE_HOME} --password "" deluge \ && mkdir ${DELUGE_SPOOL} \ diff --git a/ReadMe.txt b/ReadMe.txt index cb8eaa7..adb63b3 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 rx3-docker/server:1.2.2-mga9 image, + - Curtently based on deluge 2.1.1 & rx3-docker/server:1.2.2-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 1d363a1..045dad9 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,12 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Deluge V 1.1.0 - A. GIBERT - 2025/05/25 +------------------------------------------------------------------------------------------------------------------------------------ + +- Update to deluge 2.1.1, +- Rename compose service from peer-2-peer to peer2peer. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Deluge V 1.0.0 - A. GIBERT - 2025/05/25 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/compose.yaml b/compose.yaml index c920c45..9f81d49 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,7 +7,7 @@ services: #------------------------------------------------------------------------------- - peer-2-peer: + peer2peer: container_name: ${P2P_HOST_NAME} hostname: ${P2P_HOST_NAME} diff --git a/env.dist b/env.dist index 90d9c43..7744ada 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.0.0" +APPL_VERSION="1.1.0" APPL_MAINTAINER='"Arnaud G. GIBERT" ' APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}" @@ -50,8 +50,8 @@ else PORT_ENV_OFFSET=0 fi -APPL_USER="apache" -APPL_GROUP="apache" +APPL_USER="mirror" +APPL_GROUP="mirror" HOST_NAME_PREFIX=${APPL_NAME}${APPL_SUFFIX} @@ -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 peer-2-peer ${ORG_URL_PREFIX} deluge "Rx3-Docker/Deluge" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.2-mga9 - - ${PORT_MAIN} 58846 ${PORT_ADMIN} 80 mirror mirror +docker_service_add P2P peer2peer ${ORG_URL_PREFIX} deluge "Rx3-Docker/Deluge" ${APPL_VERSION}-mga9 ${ORG_URL_PREFIX} server 1.2.2-mga9 - - ${PORT_MAIN} 58846 ${PORT_ADMIN} 80 ${APPL_USER} ${APPL_GROUP}