From 3420cab227ede9dee283176bdfbd957cb4ee3af5 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 23 Sep 2016 17:07:03 +0100 Subject: [PATCH 1/5] add info about securing webui to setting up application section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 627f353..8948d39 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ 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 From 6c1e5e273a6ffb7a13f5a4a2f42db350a87ae45a Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 23 Sep 2016 17:08:39 +0100 Subject: [PATCH 2/5] add info about securing webui to setting up application section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8948d39..ae8fe72 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,15 @@ 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. + +## 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. From eecebfb5c2530e5935b469a198cb338bb80c7c14 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 23 Sep 2016 17:11:02 +0100 Subject: [PATCH 3/5] add info about securing webui to setting up application section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae8fe72..418e478 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ 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. +## 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. +`Make sure the container is stopped before editing these settings.` `"rpc-authentication-required": true,` - check this, the default is false, change to true. From ad91ae639641321ef5e644802b51d2baf8c8867e Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 23 Sep 2016 17:11:44 +0100 Subject: [PATCH 4/5] add info about securing webui to setting up application section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 418e478..c847386 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ 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. +## 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.` From e97bd50b83d7e1cfcd3ca271eebe351d959ce281 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 23 Sep 2016 17:13:05 +0100 Subject: [PATCH 5/5] add info about securing webui to setting up application section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c847386..ac3c466 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Transmission will convert it to a hash when you restart the container after maki ## 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.