swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
718 stars 41 forks source link

does this app also work as a server on the local wifi? #102

Closed hananelroe closed 1 year ago

hananelroe commented 1 year ago

because when I try to enter my PC's IP on my phone it doesn't find it

cwilvx commented 1 year ago

To access the app on the local network, use the --host flag to change the host. Like this:

./swingmusic --host "0.0.0.0"

Then try accessing the app in another machine using a link of format http://<your-port>:1970

hananelroe commented 1 year ago

did you mean http://<your-IP>:1970?

hananelroe commented 1 year ago

solved. there was also a problem with my WiFi apparently...