mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Upgrade ThunderHub to v0.13.14 (#32)
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
This commit is contained in:
parent
08ce1c4820
commit
ba5ae88fb4
@ -1,6 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Set password
|
||||
sed -i 's/$APP_PASSWORD/'${APP_PASSWORD}'/' /data/thubConfig.yaml
|
||||
|
||||
exec npm start
|
@ -1,4 +1,3 @@
|
||||
masterPassword: '$APP_PASSWORD'
|
||||
accounts:
|
||||
- name: 'Umbrel'
|
||||
serverUrl: '{YML_ENV_1}'
|
||||
@ -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'
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user