Skip to content

Commit

Permalink
Upgrade ThunderHub to v0.13.14 (getumbrel#32)
Browse files Browse the repository at this point in the history

Co-authored-by: Luke Childs <[email protected]>
  • Loading branch information
kroese and lukechilds authored Jul 28, 2022
1 parent 08ce1c4 commit ba5ae88
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
6 changes: 0 additions & 6 deletions thunderhub/data/entrypoint.sh

This file was deleted.

3 changes: 1 addition & 2 deletions thunderhub/data/thubConfig.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
masterPassword: '$APP_PASSWORD'
accounts:
- name: 'Umbrel'
serverUrl: '{YML_ENV_1}'
Expand All @@ -11,4 +10,4 @@ accounts:
- name: 'Umbrel Regtest'
serverUrl: '{YML_ENV_1}'
certificatePath: '/lnd/tls.cert'
macaroonPath: '/lnd/data/chain/bitcoin/regtest/admin.macaroon'
macaroonPath: '/lnd/data/chain/bitcoin/regtest/admin.macaroon'
8 changes: 4 additions & 4 deletions thunderhub/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ services:
APP_PORT: $APP_THUNDERHUB_PORT

web:
image: apotdevin/thunderhub:v0.12.31@sha256:f86341cb1987a3907f7227ccd4c00dead68d372e464b111414b8427228062276
user: "1000:1000"
image: apotdevin/thunderhub:v0.13.14@sha256:6ee592a8335ec203f9c7056ddd22f286f8135b5888005d84db70787a91e3e72f
# We now have to run as root to avoid schema.gql permission errors
# user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
- ${APP_DATA_DIR}/data:/data
entrypoint: /data/entrypoint.sh
environment:
APP_PASSWORD: "$APP_PASSWORD"
MASTER_PASSWORD_OVERRIDE: "$APP_PASSWORD"
NO_VERSION_CHECK: "true"
LOG_LEVEL: "debug"
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"
Expand Down
6 changes: 4 additions & 2 deletions thunderhub/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: thunderhub
category: Lightning Node Management
name: ThunderHub
version: "0.12.30"
version: "0.13.14"
tagline: Take full control of your Lightning node
description: >-
ThunderHub allows you to take full control of your Lightning node
Expand All @@ -26,4 +26,6 @@ gallery:
- 3.jpg
path: ""
defaultUsername: ""
deterministicPassword: true
deterministicPassword: true
releaseNotes: >-
This major update to Thunderhub brings a large number of new features and bug fixes

0 comments on commit ba5ae88

Please sign in to comment.