1
0
Commit Graph

4 Commits

Author SHA1 Message Date
d11n
5557e224bb Mark BlueWallet LNDhub fragment as deprecated (#917)
* Mark BlueWallet LNDhub fragment as deprecated

See https://github.com/btcpayserver/btcpayserver/issues/6070#issuecomment-2205892096

* Add deprecated flag and skip those images in README generator

* Update generated files
2024-08-29 18:18:43 +09:00
Dennis Reimann
dfce1f56e2 LNDhub: Overrides for entrypoint and command to fix file permissions
The copied cert and macaroon belong to the root user and the LNDhub app is run as user lndhub. We need to override the entrypoint and command to change the ownership of those files and then start the app.

Fixes #701.
2022-08-29 15:35:16 +02:00
Dennis Reimann
d6b19373c5 Update LNDhub to v1.4.1 2022-08-09 11:23:46 +02:00
maltokyo
420ae328b1 Add Bluewallet LNDHub (#472)
* Add Bluewallet LND Hub to BTCPay Server

Anyone else want to use native Bluewallet Lightning with their BTC Pay Server, this will enable it.

* Add Bluewallet LND Hub to BTCPay Server

Use non-custodial LND Lightning directly from your Bluewallet, and freely let others open accounts on your node.

* Update README.md

* Update opt-add-bluewallet-lndhub.yml

* Update opt-add-bluewallet-lndhub.yml

* Testing defects fixed

Remove init (not compatible with v3 of docker-compose)

Update compatibility table

* Update README.md

* Nginx RP Fixes

* Update nginx.tmpl

* Fixed stylesheet and QR code display issues

* Requested changes from Kukks

* Add missing images to docker builder and build

* move required key to bottom of fragment

Co-authored-by: Andrew Camilleri <kukks@btcpayserver.org>
Co-authored-by: Kukks <evilkukka@gmail.com>
2021-05-11 09:56:31 +02:00