mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update ThunderHub to v0.13.18 (#324)
This commit is contained in:
parent
29dfdbb332
commit
c4b45655bd
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 3000
|
APP_PORT: 3000
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: apotdevin/thunderhub:v0.13.16@sha256:d45013f00eabd59aabb649bc1afb5aee40b25e96f3a86112fe7ff28cc89f5d62
|
image: apotdevin/thunderhub:v0.13.18@sha256:cb41292102ed8fceea59cd6375e28317e1a61f7fc2523285fbb01a696e3a0a16
|
||||||
# We now have to run as root to avoid schema.gql permission errors
|
# We now have to run as root to avoid schema.gql permission errors
|
||||||
# user: "1000:1000"
|
# user: "1000:1000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: thunderhub
|
id: thunderhub
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: ThunderHub
|
name: ThunderHub
|
||||||
version: "0.13.16"
|
version: "0.13.18"
|
||||||
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
|
||||||
|
@ -28,10 +28,12 @@ path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
- Feature: amboss balances and view @apotdevin (#476)
|
- Feature: autofocus password input @abhiShandy (#492)
|
||||||
|
|
||||||
|
- Bugfix: backup validation @apotdevin
|
||||||
|
|
||||||
|
- Bugfix: tooltip key in tx bar chart @abhiShandy (#491)
|
||||||
|
|
||||||
- Minor bugfixes
|
- Full changelog can be found here: https://github.com/apotdevin/thunderhub/releases/tag/v0.13.18
|
||||||
|
|
||||||
- Full changelog can be found here: https://github.com/apotdevin/thunderhub/releases/tag/v0.13.16
|
|
||||||
submitter: Anthony Potdevin
|
submitter: Anthony Potdevin
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/343
|
submission: https://github.com/getumbrel/umbrel/pull/343
|
||||||
|
|
Loading…
Reference in New Issue
Block a user