Skip to content

2021-05-24

Compare
Choose a tag to compare
@jamesread jamesread released this 24 May 21:24
· 617 commits to main since this release

This release was a little more complex than first planned!

  • The most significant change is the addition of a micro reverse proxy, which means the webui and REST API can both be hosted on the same port. This is now the default going forward, but individual ports are possible for advanced use cases still. This means the container image will only expose 1337 now. Ref issue #4 .
  • Multiple architectures now supported - Windows x64 & armhf (32bit ARM, like old RPIs) added to the release list. Note that the windows release has not been tested at all (!).
  • Upgraded to modern version of grpc+protobuf internally.