Bot Updating Documentation

pull/54/head
LinuxServer-CI 2022-04-15 07:33:48 -05:00
rodzic 60fc0ced00
commit b64db14863
1 zmienionych plików z 14 dodań i 13 usunięć

Wyświetl plik

@ -83,11 +83,11 @@ services:
- PASS=password #optional - PASS=password #optional
- WHITELIST=iplist #optional - WHITELIST=iplist #optional
- PEERPORT=peerport #optional - PEERPORT=peerport #optional
- HOST_WHITELIST=dnsnane list #optional - HOST_WHITELIST=dnsname list #optional
volumes: volumes:
- <path to data>:/config - /path/to/data:/config
- <path to downloads>:/downloads - /path/to/downloads:/downloads
- <path to watch folder>:/watch - /path/to/watch/folder:/watch
ports: ports:
- 9091:9091 - 9091:9091
- 51413:51413 - 51413:51413
@ -108,13 +108,13 @@ docker run -d \
-e PASS=password `#optional` \ -e PASS=password `#optional` \
-e WHITELIST=iplist `#optional` \ -e WHITELIST=iplist `#optional` \
-e PEERPORT=peerport `#optional` \ -e PEERPORT=peerport `#optional` \
-e HOST_WHITELIST=dnsnane list `#optional` \ -e HOST_WHITELIST=dnsname list `#optional` \
-p 9091:9091 \ -p 9091:9091 \
-p 51413:51413 \ -p 51413:51413 \
-p 51413:51413/udp \ -p 51413:51413/udp \
-v <path to data>:/config \ -v /path/to/data:/config \
-v <path to downloads>:/downloads \ -v /path/to/downloads:/downloads \
-v <path to watch folder>:/watch \ -v /path/to/watch/folder:/watch \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/transmission 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 | | `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. | | `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 | | `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 ip whitelist. Fill rpc-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. Fill peer-port setting. | | `PEERPORT=peerport` | Specify an optional port for torrent TCP/UDP connections. Fills peer-port setting. |
| `HOST_WHITELIST=dnsnane list` | Specify an optional list of comma separated dns name whitelist. Fill rpc-host-whitelist setting. | | `HOST_WHITELIST=dnsname list` | Specify an optional list of comma separated dns name whitelist. Fills rpc-host-whitelist setting. |
### Volume Mappings (`-v`) ### Volume Mappings (`-v`)
@ -207,6 +207,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## 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 * **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. * **09.07.21:** - Wait for the transmission-daemon termination after a caught sigterm.
* **06.03.21:** - Add Flood for Transmission as a UI option. * **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. * **25.07.17:** - Add rsync package.
* **27.05.17:** - Rebase to alpine linux 3.6. * **27.05.17:** - Rebase to alpine linux 3.6.
* **06.02.17:** - Rebase to alpine linux 3.5. * **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. * **16.10.16:** - Blocklist autoupdate with optional authentication.
* **14.10.16:** - Add version layer informationE. * **14.10.16:** - Add version layer informationE.
* **23.09.16:** - Add information about securing the webui to README. * **23.09.16:** - Add information about securing the webui to README.