Browse Source

Update thunderhub app to v0.12.7 (#515)

tor-0.4.4.7
Lounès Ksouri 4 years ago
committed by GitHub
parent
commit
1544750b9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 2
      apps/thunderhub/docker-compose.yml

2
apps/registry.json

@ -143,7 +143,7 @@
"id": "thunderhub", "id": "thunderhub",
"category": "Lightning Node Management", "category": "Lightning Node Management",
"name": "ThunderHub", "name": "ThunderHub",
"version": "0.12.5", "version": "0.12.7",
"tagline": "Take full control of your Lightning node", "tagline": "Take full control of your Lightning node",
"description": "ThunderHub allows you to take full control of your Lightning node with a slick and awesome UI. Explore all the options that ThunderHub has to offer, from sending and receiving Lightning payments, to checking your node's health statistics, and even more advanced options like channel rebalancing and multi-path lightning payments.\n\nManaging and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool.", "description": "ThunderHub allows you to take full control of your Lightning node with a slick and awesome UI. Explore all the options that ThunderHub has to offer, from sending and receiving Lightning payments, to checking your node's health statistics, and even more advanced options like channel rebalancing and multi-path lightning payments.\n\nManaging and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool.",
"developer": "Anthony Potdevin", "developer": "Anthony Potdevin",

2
apps/thunderhub/docker-compose.yml

@ -8,7 +8,7 @@ x-logging:
services: services:
web: web:
image: apotdevin/thunderhub:v0.12.5@sha256:0d28566fb11283fea136bcfca090222f80248293b9bf1e9f298164b07e7b30a2 image: apotdevin/thunderhub:v0.12.7@sha256:281de29c4f953ad396865c77ff8d51d3114d2f09a57138e9b7151c49a956d2b3
user: "1000:1000" user: "1000:1000"
logging: *default-logging logging: *default-logging
restart: on-failure restart: on-failure

Loading…
Cancel
Save