From b64db1486384abe8b30ea0ec227bbbf14540b3a8 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 15 Apr 2022 07:33:48 -0500 Subject: [PATCH] Bot Updating Documentation --- images/docker-transmission.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/images/docker-transmission.md b/images/docker-transmission.md index a0ff799bd..598989cd4 100644 --- a/images/docker-transmission.md +++ b/images/docker-transmission.md @@ -83,11 +83,11 @@ services: - PASS=password #optional - WHITELIST=iplist #optional - PEERPORT=peerport #optional - - HOST_WHITELIST=dnsnane list #optional + - HOST_WHITELIST=dnsname list #optional volumes: - - :/config - - :/downloads - - :/watch + - /path/to/data:/config + - /path/to/downloads:/downloads + - /path/to/watch/folder:/watch ports: - 9091:9091 - 51413:51413 @@ -108,13 +108,13 @@ docker run -d \ -e PASS=password `#optional` \ -e WHITELIST=iplist `#optional` \ -e PEERPORT=peerport `#optional` \ - -e HOST_WHITELIST=dnsnane list `#optional` \ + -e HOST_WHITELIST=dnsname list `#optional` \ -p 9091:9091 \ -p 51413:51413 \ -p 51413:51413/udp \ - -v :/config \ - -v :/downloads \ - -v :/watch \ + -v /path/to/data:/config \ + -v /path/to/downloads:/downloads \ + -v /path/to/watch/folder:/watch \ --restart unless-stopped \ lscr.io/linuxserver/transmission ``` @@ -138,12 +138,12 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | -| `TRANSMISSION_WEB_HOME=/combustion-release/` | Specify an alternative UI options are [`/combustion-release/`](https://github.com/Secretmapper/combustion), [`/transmission-web-control/`](https://github.com/ronggang/transmission-web-control), [`/kettu/`](https://github.com/endor/kettu) and [`/flood-for-transmission/`](https://github.com/johman10/flood-for-transmission). | +| `TRANSMISSION_WEB_HOME=/combustion-release/` | Specify an alternative UI options are [`/combustion-release/`](https://github.com/Secretmapper/combustion), [`/transmission-web-control/`](https://github.com/ronggang/transmission-web-control), [`/kettu/`](https://github.com/endor/kettu), [`/flood-for-transmission/`](https://github.com/johman10/flood-for-transmission), and [`/transmissionic/`](https://github.com/6c65726f79/Transmissionic). | | `USER=username` | Specify an optional username for the interface | | `PASS=password` | Specify an optional password for the interface | -| `WHITELIST=iplist` | Specify an optional list of comma separated ip whitelist. Fill rpc-whitelist setting. | -| `PEERPORT=peerport` | Specify an optional port for torrent TCP/UDP connections. Fill peer-port setting. | -| `HOST_WHITELIST=dnsnane list` | Specify an optional list of comma separated dns name whitelist. Fill rpc-host-whitelist setting. | +| `WHITELIST=iplist` | Specify an optional list of comma separated ip whitelist. Fills rpc-whitelist setting. | +| `PEERPORT=peerport` | Specify an optional port for torrent TCP/UDP connections. Fills peer-port setting. | +| `HOST_WHITELIST=dnsname list` | Specify an optional list of comma separated dns name whitelist. Fills rpc-host-whitelist setting. | ### Volume Mappings (`-v`) @@ -207,6 +207,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **03.04.22:** - Add Transmissionic as a UI option. * **21.02.22:** - Build unrar from source, rebase to Alpine 3.15, add symlinks neeeded for TWC. Credit @alexbelgium * **09.07.21:** - Wait for the transmission-daemon termination after a caught sigterm. * **06.03.21:** - Add Flood for Transmission as a UI option. @@ -232,7 +233,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to * **25.07.17:** - Add rsync package. * **27.05.17:** - Rebase to alpine linux 3.6. * **06.02.17:** - Rebase to alpine linux 3.5. -* **15.01.17:** - Add p7zip, tar , unrar and unzip packages. +* **15.01.17:** - Add p7zip, tar, unrar, and unzip packages. * **16.10.16:** - Blocklist autoupdate with optional authentication. * **14.10.16:** - Add version layer informationE. * **23.09.16:** - Add information about securing the webui to README.