kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
9560ea560b
commit
ec3119c613
|
@ -49,6 +49,7 @@ services:
|
||||||
- TRANSMISSION_WEB_HOME=/combustion-release/ #optional
|
- TRANSMISSION_WEB_HOME=/combustion-release/ #optional
|
||||||
- USER=username #optional
|
- USER=username #optional
|
||||||
- PASS=password #optional
|
- PASS=password #optional
|
||||||
|
- WHITELIST=iplist #optional
|
||||||
volumes:
|
volumes:
|
||||||
- <path to data>:/config
|
- <path to data>:/config
|
||||||
- <path to downloads>:/downloads
|
- <path to downloads>:/downloads
|
||||||
|
@ -71,6 +72,7 @@ docker run -d \
|
||||||
-e TRANSMISSION_WEB_HOME=/combustion-release/ `#optional` \
|
-e TRANSMISSION_WEB_HOME=/combustion-release/ `#optional` \
|
||||||
-e USER=username `#optional` \
|
-e USER=username `#optional` \
|
||||||
-e PASS=password `#optional` \
|
-e PASS=password `#optional` \
|
||||||
|
-e WHITELIST=iplist `#optional` \
|
||||||
-p 9091:9091 \
|
-p 9091:9091 \
|
||||||
-p 51413:51413 \
|
-p 51413:51413 \
|
||||||
-p 51413:51413/udp \
|
-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/` . |
|
| `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 |
|
| `USER=username` | Specify an optional username for the interface |
|
||||||
| `PASS=password` | Specify an optional password 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`)
|
### 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.
|
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.
|
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.
|
## 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.
|
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
|
||||||
[![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.")
|
[![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.")
|
||||||
|
|
Ładowanie…
Reference in New Issue