Compare commits

..

1 Commits

Author SHA1 Message Date
c903a8463d - 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.
2025-06-26 18:19:11 +02:00
3 changed files with 12 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Welcome to Rx3-Docker/Deluge docker image!
This project aims to build a Deluge docker image. This project aims to build a Deluge docker image.
Features: 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, - Enabled Deluge plugin: AutoAdd, Label, Stats & WebUi,
- Optional additional storage directories support, - Optional additional storage directories support,
- Default Login/Password: deluge/delugeadmin, - Default Login/Password: deluge/delugeadmin,

View File

@ -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 Rx3-Docker/Deluge V 1.2.0 - A. GIBERT - 2025/06/12
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------

View File

@ -21,7 +21,7 @@ APPL_NAME="deluge"
APPL_NAME_FULL="Deluge" APPL_NAME_FULL="Deluge"
APPL_NAME_SHORT="deluge" APPL_NAME_SHORT="deluge"
APPL_ORG="rx3" APPL_ORG="rx3"
APPL_VERSION="1.2.0" APPL_VERSION="1.2.1"
APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>' APPL_MAINTAINER='"Arnaud G. GIBERT" <arnaud@rx3.net>'
APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}" 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 | # | 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}