1
0
Commit Graph

9 Commits

Author SHA1 Message Date
d11n
cc658a9a9e Upgrade Lightning Terminal to v0.9.2 (#781)
* Upgrade Lightning Terminal to v0.9.2

* Fix LiT datadir

Closes #787.

* nginx: Fix LiT location
2023-05-11 09:31:56 +02:00
CoinForensics
b2200966c3 enable rpcmiddleware in LND (#766) 2023-04-11 17:34:07 +02:00
d11n
5169ae8f75 Upgrade Lightning Terminal to v0.8.6 (#756) 2023-02-25 10:48:17 +01:00
d11n
18748e6dd6 Fix anonymous datadirs (#691)
* Update LiT datadir

Uses the same folder as [in the LiT Dockerfile](https://github.com/lightninglabs/lightning-terminal/blob/master/Dockerfile#L62) to prevent the creation of anonymous volumes as [described here](https://stackoverflow.com/a/62654594/183537).

* Update Monero datadirs

Uses the same folder as [in the Monero Dockerfile](https://github.com/btcpayserver/dockerfile-deps/blob/master/Monero/0.18.0.0/linuxarm64v8.Dockerfile#L41) to prevent the creation of anonymous volumes as [described here](https://stackoverflow.com/a/62654594/183537).
2022-09-23 16:33:33 +02:00
Dennis Reimann
5332d6f510 Update Lightning Terminal to v0.6.7 2022-08-09 11:24:38 +02:00
d11n
3c29295678 Update Lightning Terminal to v0.6.3 (#605) 2022-02-18 10:20:26 +01:00
d11n
79df28b6ed Upgrade LiT to v0.6.2 (includes bugfix) (#602)
* Upgrade Lightning Terminal to v0.6.2-alpha

Closes btcpayserver/btcpayserver#3459

* Add LIT_PASSWD to .env

* Fix and simplify LiT nginx config

See lightninglabs/lightning-terminal#306.

Fixes btcpayserver/btcpayserver-docker#601

* Mount correct LiT data directory

Fixes btcpayserver/btcpayserver-docker#592
2022-02-16 22:24:05 +09:00
d11n
c470bb278e Update Lightning Terminal (#562)
Co-authored-by: Andrew Camilleri <kukks@btcpayserver.org>
2021-12-13 12:06:04 +01:00
d11n
3d6d2a81db Add Lightning Terminal fragment (#512)
* Add Lightning Terminal fragment

* Remove mappings and variables

* Version update

* Update contrib/build-all-images.sh

Co-authored-by: Oliver Gugger <gugger@gmail.com>

* Update docker version

* Add Lightning Terminal to fragments list

* Upgrade LiT to v0.6.0

Co-authored-by: Oliver Gugger <gugger@gmail.com>
2021-12-01 20:38:02 +09:00