Thanks for the info
I've thought about building a gui in kodi for docker via python, I just haven't had the time to get around to starting it.
That would be nice, especially for end users, although I am not too convinced that it could be of some use for non tech-savvy people, due to needing to configure ports, etc.
Unfortunately, I won't have time to work on it either, at least just not yet.
I just started playing with docker, very cool. I have managed to get transmission started, but have no idea how to control it?
[hr]
Perhaps my question should be: what is the web interface user/pw.
I guess the answer is : it depends on what container you used
I gave it a quick look on the internet, and it seems that the username and password are stored inside a json file, which should be located at
~/.config/transmission-daemon/settings.json
(That is, inside the container. You probably have mounted the ~/.config/transmission-daemon/ folder somewhere like /storage/docker/transmission or whatever using the --volume or -v option).
Edit : just found that
Quote
The default rpc-username and password is “transmission”.
I hope you can solve your issue, then. Docker is definitely a cool thing!