bonukai / MediaTracker

Self hosted media tracker for movies, tv shows, video games, books and audiobooks
MIT License
536 stars 23 forks source link

npm starting on loopback address #554

Open lcsfox opened 8 months ago

lcsfox commented 8 months ago

When running npm install -g mediatracker, the instance is starting on the loopback address and the service is not accessible via LAN. How can I bind the service to other network interface?

bonukai commented 5 months ago

Right now you can set environmental variable HOSTNAME. In next version, by default the server will listen on 0.0.0.0 and this will be possible to change via cli option