10-18-2020, 09:55 AM
(10-18-2020, 07:48 AM)TookaFace Wrote: Hey,
To protect mpd server you could set mpd to listen only on localhost:
In /etc/mpd.conf
Code:bind_to_address "localhost"
Instead of:
Code:bind_to_address "any"
To make this permanent:
Code:moodeutl -q "UPDATE cfg_mpd SET VALUE = 'localhost' WHERE PARAM = 'bind_to_address'"
For webgui password protecting, check here:
http://moodeaudio.org/forum/showthread.php?tid=341
Hey TookaFace,
thats for your help. That's not exactly what I'm looking for, but at least one possibility.
Unfortunately, with this setting I cannot control the mpd with an app myself.
Most MPD apps have the option of entering a password in the connection manager.
If there is currently no other option, I will implement your suggestion.
For webgui protection i have found this thread already but i think its outdated with the commands insinde. "ONLY FOR 6.4.1" & "The previous workaround is no longer working. In fact the workaround kill the player."
Thank you for your efforts