mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +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:
|
accounts:
|
||||||
- name: 'Umbrel'
|
- name: 'Umbrel'
|
||||||
serverUrl: '{YML_ENV_1}'
|
serverUrl: '{YML_ENV_1}'
|
||||||
|
@ -7,16 +7,16 @@ services:
|
|||||||
APP_PORT: $APP_THUNDERHUB_PORT
|
APP_PORT: $APP_THUNDERHUB_PORT
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: apotdevin/thunderhub:v0.12.31@sha256:f86341cb1987a3907f7227ccd4c00dead68d372e464b111414b8427228062276
|
image: apotdevin/thunderhub:v0.13.14@sha256:6ee592a8335ec203f9c7056ddd22f286f8135b5888005d84db70787a91e3e72f
|
||||||
user: "1000:1000"
|
# We now have to run as root to avoid schema.gql permission errors
|
||||||
|
# user: "1000:1000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
||||||
- ${APP_DATA_DIR}/data:/data
|
- ${APP_DATA_DIR}/data:/data
|
||||||
entrypoint: /data/entrypoint.sh
|
|
||||||
environment:
|
environment:
|
||||||
APP_PASSWORD: "$APP_PASSWORD"
|
MASTER_PASSWORD_OVERRIDE: "$APP_PASSWORD"
|
||||||
NO_VERSION_CHECK: "true"
|
NO_VERSION_CHECK: "true"
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"
|
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: thunderhub
|
id: thunderhub
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: ThunderHub
|
name: ThunderHub
|
||||||
version: "0.12.30"
|
version: "0.13.14"
|
||||||
tagline: Take full control of your Lightning node
|
tagline: Take full control of your Lightning node
|
||||||
description: >-
|
description: >-
|
||||||
ThunderHub allows you to take full control of your Lightning node
|
ThunderHub allows you to take full control of your Lightning node
|
||||||
@ -27,3 +27,5 @@ gallery:
|
|||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
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