Browse Source

Update circuitbreaker to v0.4.3 (#465)

main
Joost Jager 2 years ago
committed by GitHub
parent
commit
301afb59e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      circuitbreaker/docker-compose.yml
  2. 12
      circuitbreaker/umbrel-app.yml

2
circuitbreaker/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 9235
web:
image: ghcr.io/lightningequipment/circuitbreaker:v0.4.1@sha256:cecd9f17ee6de44127a9cdbeb47a6cbdb63b4b720411df6e9cb51cab433219bc
image: ghcr.io/lightningequipment/circuitbreaker:v0.4.3@sha256:b8e0505da638ff47d69f0c3af8140d82dde970dadadf5949565426c4f3c9ded9
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

12
circuitbreaker/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: circuitbreaker
category: Lightning Node Management
name: Circuit Breaker
version: "v0.4.1"
version: "v0.4.3"
tagline: Your Lightning Node's Firewall
description: >-
It allows nodes to protect themselves from being flooded with HTLCs.
@ -34,9 +34,17 @@ description: >-
- queue_peer_initiated: This mode is also queuing HTLCs, but only those that come in through channels for which we aren't the channel open initiator. Not being the initiator means that the remote node is carrying the cost of a potential force-closure with stuck HTLCs. For channels that we initiated, the safer fail mode is used.
- blocked: This mode blocks all incoming traffic from a peer.
WARNING: See queue mode warning.
releaseNotes: >-
- Initial release on the Umbrel App Store
- Improved web interface.
- Edit limits for multiple nodes in one operation.
- Added BLOCKED mode to completely block traffic from a peer.
- Fixed bug where Circuit Breaker wouldn't restart after a failure.
developer: Joost Jager
website: https://github.com/joostjager
dependencies:

Loading…
Cancel
Save