Is there a way to change the port number that Subsonic uses when running on DietPi?
If yes, how?
How to change port number for Subsonic?
Re: How to change port number for Subsonic?
Advanced configuration
To change the port number, Java memory settings or other startup parameters, edit the SUBSONIC_ARGS variable in /etc/default/subsonic. To restart Subsonic, do sudo service subsonic restart
Code: Select all
SUBSONIC_ARGS="--port=1234"