- Switch to config onboarding mode,
- Enable AutoAdd plugin, - Add TotalTraffic plugin.
This commit is contained in:
16
env.dist
16
env.dist
@@ -18,7 +18,7 @@ ORG_URL_PREFIX="${ORG_REGISTRY}/${ORG_NAME}"
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
APPL_NAME="deluge"
|
||||
APPL_NAME_FULL="Deluge Proxy"
|
||||
APPL_NAME_FULL="Deluge"
|
||||
APPL_NAME_SHORT="deluge"
|
||||
APPL_ORG="rx3"
|
||||
APPL_VERSION="1.0.0"
|
||||
@@ -32,7 +32,7 @@ APPL_URL_PREFIX="${ORG_REGISTRY}/${APPL_ORG}"
|
||||
# User Settings
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
APPL_ENV="0"
|
||||
APPL_ENV="2"
|
||||
APPL_NAME_SHORT="vir"
|
||||
|
||||
|
||||
@@ -73,7 +73,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 - - 8846 58846 8847 80 arnaud apache
|
||||
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 - - 8846 58846 8847 80 mirror mirror
|
||||
|
||||
|
||||
|
||||
@@ -86,10 +86,10 @@ SERVER_CROND_ENABLED="FALSE"
|
||||
P2P_SPOOL_INT="/var/spool/${P2P_IMG_NAME}"
|
||||
P2P_SPOOL_EXT=".${P2P_SPOOL_INT}"
|
||||
|
||||
P2P_PORT_BT_LOW=2500
|
||||
P2P_PORT_BT_HIGH=2501
|
||||
P2P_PORT_BT_LOW=3400
|
||||
P2P_PORT_BT_HIGH=3415
|
||||
|
||||
NETWORK_SUBNET=10.10.34.8/30
|
||||
NETWORK_ADDRESS=10.10.34.9
|
||||
NETWORK_GATEWAY=10.10.34.10
|
||||
NETWORK_SUBNET=10.10.33.8/30
|
||||
NETWORK_ADDRESS=10.10.33.9
|
||||
NETWORK_GATEWAY=10.10.33.10
|
||||
NETWORK_TABLE=4
|
||||
|
||||
Reference in New Issue
Block a user