mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-12-17 21:49:44 +01:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcd4c32ba5 | ||
|
|
e97bd50b83 | ||
|
|
ad91ae6396 | ||
|
|
eecebfb5c2 | ||
|
|
6c1e5e273a | ||
|
|
3420cab227 | ||
|
|
39909f7c4b | ||
|
|
9253db127d |
@@ -4,6 +4,7 @@ MAINTAINER sparklyballs
|
||||
# install packages
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
transmission-daemon
|
||||
|
||||
# copy local files
|
||||
|
||||
16
README.md
16
README.md
@@ -61,6 +61,20 @@ In this instance `PUID=1001` and `PGID=1001`. 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.
|
||||
|
||||
## Securing the webui with a username/password.
|
||||
|
||||
this requires 3 settings to be changed in the settings.json file.
|
||||
|
||||
`Make sure the container is stopped before editing these settings.`
|
||||
|
||||
`"rpc-authentication-required": true,` - check this, the default is false, change to true.
|
||||
|
||||
`"rpc-username": "transmission",` substitute transmission for your chosen user name, this is just an example.
|
||||
|
||||
`rpc-password` will be a hash starting with {, replace everything including the { with your chosen password, keeping the quotes.
|
||||
|
||||
Transmission will convert it to a hash when you restart the container after making the above edits.
|
||||
|
||||
|
||||
## Info
|
||||
|
||||
@@ -70,6 +84,8 @@ Webui is on port 9091, the settings.json file in /config has extra settings not
|
||||
|
||||
## Versions
|
||||
|
||||
+ **23.09.16:** Add information about securing the webui to README..
|
||||
+ **21.09.16:** Add curl package.
|
||||
+ **09.09.16:** Add layer badges to README.
|
||||
+ **28.08.16:** Add badges to README.
|
||||
+ **09.08.16:** Rebase to alpine linux.
|
||||
|
||||
Reference in New Issue
Block a user