This repository has been archived by the owner on Sep 18, 2022. It is now read-only.
Umbrel Middleware v0.1.0
Changelog
- Enabled JWT-based authentication
- Requires
JWT_PUBLIC_KEY_FILE
env variable with the path to the JWT public key file created byumbrel-manager
. - Added
wait-for-node-manager.sh
for fine-grain control over docker startup-order. It waits forumbrel-manager
container to be ready before starting the middleware (allows loading freshly rotated JWT public key created byumbrel-manager
on every restart)