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

Releases: getumbrel/umbrel-middleware

Umbrel Middleware v0.1.0

27 May 11:22
3ba4062
Compare
Choose a tag to compare

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)

Umbrel Middleware v0.0.5

05 May 12:31
df3385b
Compare
Choose a tag to compare

Changelog

  • GET /v1/bitcoind/info/sync now also returns chain (regtest, test, main)
  • Added .env support. Place this file in the project root with all the environment variables (particularly useful for local development).
  • Removed BITCOIN_NETWORK env variable previously used to determine RPC port, and added RPC_PORT environment variable to explicitly define the same instead.

https://hub.docker.com/layers/getumbrel/middleware/v0.0.5/images/sha256-f03bc7460e0f3c2fa4d352d21e298cd0fe7ed288cedcee1b2469a3ed4a2c918e?context=repo

Full v0.1 Umbrel Dashboard compatibility

26 Apr 19:12
3e2b39d
Compare
Choose a tag to compare

Block Hash + Lightning Alias

22 Apr 18:46
30f6358
Compare
Choose a tag to compare
Merge pull request #6 from mayankchhabra/master

v0.0.2

Block info and transaction endpoints

19 Apr 18:27
30f6358
Compare
Choose a tag to compare

First Release! 🎉

08 Apr 11:35
c353c22
Compare
Choose a tag to compare
Merge pull request #3 from mayankchhabra/patch-npmsecurityfix

npm security patch