transmission password

Status
Not open for further replies.

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
FreeNAS WebUI > left panel > Plugins > Transmission
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
ohh, I'm not sure then.

you probably need to edit the settings.json file, realize the password is hashed in there, I'm not sure the exact method being used though.
 

mugensamara

Cadet
Joined
Dec 25, 2016
Messages
4
I find it!
Left panel - Docker -> Containers -> transmission
Chose console top of windows. In console "/config/settings.json" -> use vi to change password.
 
Last edited:

tonarm

Dabbler
Joined
Aug 15, 2015
Messages
12
Me too need to password protect the WebUI. When I use vi I can see the text lines, but the password is hashed. Anyone an idea how to fill in correctly?
I can not understand why it is not password protected at all? Isn´t there a solution to protect via the environment variables like in docker run (just read it, don´t know how this works either)
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Me too need to password protect the WebUI. When I use vi I can see the text lines, but the password is hashed. Anyone an idea how to fill in correctly?
I can not understand why it is not password protected at all? Isn´t there a solution to protect via the environment variables like in docker run (just read it, don´t know how this works either)
the plugin for FreeNAS 9.10 did this for you.
I didn't implement the password code, but here's the line, maybe this gives a clue?

https://github.com/josh4trunks/free...resources/transmissionUI/freenas/utils.py#L78
 

tonarm

Dabbler
Joined
Aug 15, 2015
Messages
12
Thanks for the quick reply. But why can't it be implemented like in 9.10 into 10? I've no clue how to hash my password into the settings.json

Gesendet von meinem SM-G935F mit Tapatalk
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Thanks for the quick reply. But why can't it be implemented like in 9.10 into 10? I've no clue how to hash my password into the settings.json

Gesendet von meinem SM-G935F mit Tapatalk
I don't know if it can or not.
I haven't worked on the docker based plugins since they aren't freebsd based.
 
Status
Not open for further replies.
Top