** Major Changes **
- changed the path used when proxying:
- change all instances of
ProxyPass ${MOONLIGHT_SUBPATH}/ http://${MOONLIGHT_STREAMER}/
toProxyPass ${MOONLIGHT_SUBPATH}/ http://${MOONLIGHT_STREAMER}${MOONLIGHT_SUBPATH}/ - README
- change all instances of
** Changes **
- added basic stats: #37
config.jsonnow allows for comments and trailing commas- removed press enter to exit
- added authentication via proxy headers: README
- implemented fix 400 error response code on Vidaa Hisense TV: #31
- added option to overwrite controller send interval
- remembering submenu on page reload
- added the option to make a host accessible to any user when you're an admin
- fixed issue with controllers and mouse latency increasing when being connected for long times
- added cli and environment variables as arguments to overwrite the config.json making it easier for use in docker
- fixed issue where webrtc peer disconnect and reconnect caused stream to close by implementing a 10sec timeout and removing the log modal when the peer reconnected: #35
Docs
- The docs are currently on the v2 branch and not fully finished
- How to migrate to v2