- Update to deluge 2.2.0
This commit is contained in:
parent
9b60671ac8
commit
11c4307315
@ -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 \
|
&& urpmi --force deluge --no-recommends \
|
||||||
&& useradd --home-dir ${DELUGE_HOME} --password "" deluge \
|
|
||||||
&& mkdir ${DELUGE_SPOOL} \
|
&& mkdir ${DELUGE_SPOOL} \
|
||||||
&& echo -e "${DELUGED}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/deluged \
|
&& echo -e "${DELUGED}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/deluged \
|
||||||
&& chmod a+x /etc/init.d/deluged \
|
&& chmod a+x /etc/init.d/deluged \
|
||||||
|
@ -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.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,
|
- 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,
|
||||||
|
@ -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
|
Rx3-Docker/Deluge V 1.1.2 - A. GIBERT - 2025/05/28
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
2
env.dist
2
env.dist
@ -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.1.2"
|
APPL_VERSION="1.2.0"
|
||||||
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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user