So I edit /etc/default/subsonic to my user substream
I edit subsonic.sh as follows
- Code: Select all
SUBSONIC_HOME=/var/subsonic
SUBSONIC_HOST=192.168.1.15
SUBSONIC_PORT=4040
SUBSONIC_HTTPS_PORT=
SUBSONIC_CONTEXT_PATH=/
SUBSONIC_MAX_MEMORY=150
SUBSONIC_PIDFILE=
SUBSONIC_DEFAULT_MUSIC_FOLDER=/media/seagate2/audio
SUBSONIC_DEFAULT_PODCAST_FOLDER=/var/music/Podcast
SUBSONIC_DEFAULT_PLAYLIST_FOLDER=/var/playlists
I start the server with sudo -u substream ./subsonic.sh
and it starts, but I can't connect i time out. But when I do a fresh install with all default settings, I can connect to it just fine.
not sure what I'm doing wrong?