Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI
2021-03-17 17:37:45 -04:00
parent 1f1e94d997
commit 539286f162

View File

@@ -80,6 +80,7 @@ services:
- USER=username #optional - USER=username #optional
- PASS=password #optional - PASS=password #optional
- WHITELIST=iplist #optional - WHITELIST=iplist #optional
- HOST_WHITELIST=dnsnane list #optional
volumes: volumes:
- <path to data>:/config - <path to data>:/config
- <path to downloads>:/downloads - <path to downloads>:/downloads
@@ -103,6 +104,7 @@ docker run -d \
-e USER=username `#optional` \ -e USER=username `#optional` \
-e PASS=password `#optional` \ -e PASS=password `#optional` \
-e WHITELIST=iplist `#optional` \ -e WHITELIST=iplist `#optional` \
-e HOST_WHITELIST=dnsnane list `#optional` \
-p 9091:9091 \ -p 9091:9091 \
-p 51413:51413 \ -p 51413:51413 \
-p 51413:51413/udp \ -p 51413:51413/udp \
@@ -129,7 +131,8 @@ Container images are configured using parameters passed at runtime (such as thos
| `-e TRANSMISSION_WEB_HOME=/combustion-release/` | Specify an alternative UI options are `/combustion-release/`, `/transmission-web-control/`, and `/kettu/` . | | `-e TRANSMISSION_WEB_HOME=/combustion-release/` | Specify an alternative UI options are `/combustion-release/`, `/transmission-web-control/`, and `/kettu/` . |
| `-e USER=username` | Specify an optional username for the interface | | `-e USER=username` | Specify an optional username for the interface |
| `-e PASS=password` | Specify an optional password for the interface | | `-e PASS=password` | Specify an optional password for the interface |
| `-e WHITELIST=iplist` | Specify an optional list of comma separated host whitelist | | `-e WHITELIST=iplist` | Specify an optional list of comma separated ip whitelist. Fill rpc-whitelist setting. |
| `-e HOST_WHITELIST=dnsnane list` | Specify an optional list of comma separated dns name whitelist. Fill rpc-host-whitelist setting. |
| `-v /config` | Where transmission should store config files and logs. | | `-v /config` | Where transmission should store config files and logs. |
| `-v /downloads` | Local path for downloads. | | `-v /downloads` | Local path for downloads. |
| `-v /watch` | Watch folder for torrent files. | | `-v /watch` | Watch folder for torrent files. |
@@ -186,7 +189,9 @@ The automatic update will run once a day at 3am local server time.
## Using whitelist ## 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. Use `WHITELIST` to enable a list of ip as whitelist. This enable support for `rpc-whitelist`. When `WHITELIST` is empty support for whitelist is disabled.
Use `HOST_WHITELIST` to enable an list of dns names as host-whitelist. This enable support for `rpc-host-whitelist`. When `HOST_WHITELIST` is empty support for host-whitelist is disabled.
## Docker Mods ## Docker Mods