mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update lightning-terminal to v0.12.1-alpha (#859)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
94c4e7e66a
commit
0ce388ff4c
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 3004
|
APP_PORT: 3004
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: lightninglabs/lightning-terminal:v0.12.0-alpha@sha256:11eab3e46437844e7e227cb32880a087bca7637685914cab07b758eab8211fea
|
image: lightninglabs/lightning-terminal:v0.12.1-alpha@sha256:185f984d1b499a8d2cff4fc65747c7f20402714c112a907d578ceea5f7bd5003
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
@ -2,16 +2,22 @@ manifestVersion: 1
|
|||||||
id: lightning-terminal
|
id: lightning-terminal
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: Lightning Terminal
|
name: Lightning Terminal
|
||||||
version: "0.12.0-alpha"
|
version: "0.12.1-alpha"
|
||||||
tagline: The easiest way to manage channel liquidity
|
tagline: The easiest way to manage channel liquidity
|
||||||
description: >-
|
description: >-
|
||||||
Lightning Terminal is the easiest way to manage inbound and
|
Lightning Terminal is the easiest way to manage inbound and
|
||||||
outbound liquidity on the Lightning Network. Keep your channels open and the
|
outbound liquidity on the Lightning Network. Keep your channels open and the
|
||||||
funds flowing. It provides a visual interface for interacting with your
|
funds flowing. It provides a visual interface for interacting with your
|
||||||
channels and balances using Loop.
|
channels and balances using Loop.
|
||||||
|
|
||||||
|
|
||||||
New: Introducing Lightning Pool, a marketplace for Lightning channels. You can now earn sats by opening new channels to those looking to receive funds on Lightning for a set period of time, or rent a channel to start accepting payments instantly. Join the marketplace and start putting your Bitcoin to work.
|
🚨 CRITICAL REMINDER FOR TAPROOT ASSETS USERS:
|
||||||
|
|
||||||
|
Uninstalling this app permanently erases application data, which includes Taproot Assets and Bitcoin funds.
|
||||||
|
Before uninstalling or re-installing this app, you must backup the application's .tapd data folder in order to restore your taproot assets upon reinstallation.
|
||||||
|
Failure to do so will result in permanent loss of funds. We recommend that you make regular backups.
|
||||||
|
Follow this guide to backup your tapd data:
|
||||||
|
https://community.umbrel.com/t/backing-up-taproot-assets-tapd-data-in-lightning-terminal/14360
|
||||||
|
|
||||||
|
|
||||||
Why use Pool?
|
Why use Pool?
|
||||||
@ -50,10 +56,10 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
This release of Lightning Terminal (LiT) updates the integrated Taproot
|
This release of Lightning Terminal (LiT) includes updates to the versions
|
||||||
Assets daemon to the latest version (v0.3.0-alpha), which adds support for
|
of the integrated LND, Loop and Taproot Assets daemons. This release also
|
||||||
Taproot Assets on the Bitcoin mainnet! This release also includes an update
|
updates the documentation for RPC commands to be more coherent, as well as
|
||||||
to the latest patch release of the integrated Loop daemon.
|
various minor bug fixes.
|
||||||
|
|
||||||
|
|
||||||
IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the
|
IMPORTANT NOTE: To avoid loss of funds, it's imperative that you read the
|
||||||
@ -62,15 +68,13 @@ releaseNotes: >-
|
|||||||
before using tapd on mainnet!
|
before using tapd on mainnet!
|
||||||
|
|
||||||
|
|
||||||
IMPORTANT NOTE FOR UMBREL/LIGHTNING TERMINAL USERS:
|
🚨 CRITICAL REMINDER FOR TAPROOT ASSETS USERS:
|
||||||
DO NOT UNDER ANY CIRCUMSTANCE uninstall (or re-install) the "Lightning
|
|
||||||
Terminal" app without first making a manual backup of all local tapd data,
|
Uninstalling this app permanently erases application data, which includes Taproot Assets and Bitcoin funds.
|
||||||
if you are using Taproot Assets as part of the "Lightning Terminal" app with
|
Before uninstalling or re-installing this app, you must backup the application's .tapd data folder in order to restore your taproot assets upon reinstallation.
|
||||||
Umbrel. Uninstalling Umbrel apps deletes application data. This Taproot
|
Failure to do so will result in permanent loss of funds. We recommend that you make regular backups.
|
||||||
Assets application data encumbers Taproot Assets AND bitcoin funds. Receiving
|
Follow this guide to backup your tapd data:
|
||||||
and sending tapd assets updates the daemon's funds-custody material. Merely
|
https://community.umbrel.com/t/backing-up-taproot-assets-tapd-data-in-lightning-terminal/14360
|
||||||
having the lnd seed phrase is NOT enough to restore assets minted or received.
|
|
||||||
WITHOUT BACKUP BEFORE DELETION, FUNDS ARE DESTROYED.
|
|
||||||
|
|
||||||
|
|
||||||
The Taproot Assets daemon is still in alpha state, which means there can
|
The Taproot Assets daemon is still in alpha state, which means there can
|
||||||
@ -84,7 +88,7 @@ releaseNotes: >-
|
|||||||
feedback from the community.
|
feedback from the community.
|
||||||
|
|
||||||
|
|
||||||
This release packages LND v0.17.0-beta, Taproot Assets Daemon v0.3.0-alpha,
|
This release packages LND v0.17.1-beta, Taproot Assets Daemon v0.3.1-alpha,
|
||||||
Loop v0.26.4-beta, Pool v0.6.4-beta and Faraday v0.2.11-alpha.
|
Loop v0.26.5-beta, Pool v0.6.4-beta and Faraday v0.2.11-alpha.
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/348
|
submission: https://github.com/getumbrel/umbrel/pull/348
|
Loading…
Reference in New Issue
Block a user