Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Umbrel Middleware v0.1.0

Compare
Choose a tag to compare
@mayankchhabra mayankchhabra released this 27 May 11:22
· 65 commits to master since this release
3ba4062

Changelog

  • Enabled JWT-based authentication
  • Requires JWT_PUBLIC_KEY_FILE env variable with the path to the JWT public key file created by umbrel-manager.
  • Added wait-for-node-manager.sh for fine-grain control over docker startup-order. It waits for umbrel-manager container to be ready before starting the middleware (allows loading freshly rotated JWT public key created by umbrel-manager on every restart)