maddox / harmony-api

🗼 A simple server allowing you to query/control multiple local Harmony Home Hubs over HTTP or MQTT
MIT License
393 stars 115 forks source link

Ability to specify HTTP port #87

Closed thebradleysanders closed 6 years ago

thebradleysanders commented 6 years ago

I would be a good feature to be able to specify the HTTP API server port to be something other than port 80.

maddox commented 6 years ago

It doesn't use port 80, it uses port 8282 by default, but you can use whatever port you would like.

Per the README:

Harmony API will run on port 8282 by default. Use the PORT environment variable to use your own port.

Hope this helps!

thebradleysanders commented 6 years ago

Awesome thanks for the hard work!