From ec3119c61314dda97b182fc6db7040817749a960 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 26 Jan 2021 01:10:23 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-transmission.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/images/docker-transmission.md b/images/docker-transmission.md index 20391fbe9..09d668d72 100644 --- a/images/docker-transmission.md +++ b/images/docker-transmission.md @@ -49,6 +49,7 @@ services: - TRANSMISSION_WEB_HOME=/combustion-release/ #optional - USER=username #optional - PASS=password #optional + - WHITELIST=iplist #optional volumes: - :/config - :/downloads @@ -71,6 +72,7 @@ docker run -d \ -e TRANSMISSION_WEB_HOME=/combustion-release/ `#optional` \ -e USER=username `#optional` \ -e PASS=password `#optional` \ + -e WHITELIST=iplist `#optional` \ -p 9091:9091 \ -p 51413:51413 \ -p 51413:51413/udp \ @@ -105,6 +107,7 @@ Docker images are configured using parameters passed at runtime (such as those a | `TRANSMISSION_WEB_HOME=/combustion-release/` | Specify an alternative UI options are `/combustion-release/`, `/transmission-web-control/`, and `/kettu/` . | | `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 host whitelist | ### Volume Mappings (`-v`) @@ -151,8 +154,6 @@ In this instance `PUID=1000` and `PGID=1000`, to find yours use `id user` as bel Webui is on port 9091, the settings.json file in /config has extra settings not available in the webui. Stop the container before editing it or any changes won't be saved. -For users pulling an update and unable to access the webui setting you may need to set "rpc-host-whitelist-enabled": false, in /config/settings.json` - If you choose to use transmission-web-control as your default UI, just note that the origional Web UI will not be available to you despite the button being present. ## Securing the webui with a username/password. @@ -167,6 +168,10 @@ The automatic update is a shell script that downloads a blocklist from the url s The automatic update will run once a day at 3am local server time. +## Using whitelist + +Use `WHITELIST` to enable an ip of whitelist. Both notation `rpc-whitelist` and `rpc-host-whitelist` are supported. When `WHITELIST` is empty the whitelist is disabled. + ## Docker Mods [![Docker Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=transmission&query=%24.mods%5B%27transmission%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=transmission "view available mods for this container.") [![Docker Universal Mods](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=universal&query=%24.mods%5B%27universal%27%5D.mod_count&url=https%3A%2F%2Fraw.githubusercontent.com%2Flinuxserver%2Fdocker-mods%2Fmaster%2Fmod-list.yml)](https://mods.linuxserver.io/?mod=universal "view available universal mods.")