btcpayserver-docker
btcpayserver-docker copied to clipboard
Docker resources for hosting BTCPayServer easily
BTCPay has a backup UI for LND's Static Channel Backup (SCB), which is basically the private key of the on-chain wallet. The C-Lightning equivalent would be backing up the hsm_secret...
**Describe the bug** btcpayserver_clightning_litecoin container keeps restarting after adding lightning to previously installed BTCPAY Server with xs pruning option. bitcoin lightning running ok **To Reproduce the bug** Steps to reproduce...
The generated_clightning_bitcoin_charge_1 on my system (Raspberry Pi 4) keeps restarting with the following in the log: Error: Knex: run $ npm install sqlite3 --save Cannot find module '/opt/charged/node_modules/sqlite3/lib/binding/napi-v3-linux-arm64/node_sqlite3.node' Require stack:...
Hi, I am using for some time BTCPay and its options in testing, recently found some issues with Chatwoot, one of them is not serving any of the files with...
Adding monero is currently only supported on amd64 architectures. There's a note about this in issue #204 from 2019. This prevents people using other architecture such as ARM (e.g., Raspberry...
I see there was probably [intent to separate services in networks](https://github.com/btcpayserver/btcpayserver-docker/blob/3d6d2a81db81a6042d6ac625509e0683372bb091/docker-compose-generator/docker-fragments/btcpayserver-nginx.yml#L8), but this network is not defined nor used. How about to finish it? - Create `nginx-proxy` network where only...
Hello, as I understand Docker Compose, when you use the same env variable in multiple overriding files, values will be overriden. So if multiple fragments use "BTCPAY_EXTERNALSERVICES" variable name, only...
I installed LIT by official fragment which configures proxy to have it accessible in /lit path, but LIT itself does not know it, so it expects its assets will be...
We had a spammer hit our BTCpay server, creating just under 500 invoices in a bit less than an hour. All with the same email address ([email protected]), all for either...
**Describe the solution you'd like** It would be a great addition if a local mail server is included on docker deployment. So "localhost" - or whatever you like - could...