-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Abondoned) Add lnbits #873
base: 2.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add after line 171?
* [opt-add-lnbits](docker-compose-generator/docker-fragments/opt-add-lnbits.yml), for a self-hosted lnbits backed by BTCPay Server.
Thanks for pointing this out. I've added your suggestion. |
When does this feature will be approved? Cant wait for it 🙃 |
The custom fragment works well! Hint: |
remove redundant env var, which was by default set to false.
New major release.
Please note: I've merged the 2.0 branch into this PR's branch. This means when you run an btcpay-update.sh you will get the new 2.0 Release. Please read this for understanding breaking changes: https://blog.btcpayserver.org/btcpay-server-2-0/ |
This fragment is abandoned!Here the instructions to remove it from your BTCPay Setup. Remember to also remove it from your Store settings, if you used the lndhub interface.
the output could look something like this:
remove the lnbits related fragments from the list and re-export the variable:
There will be no future updates from my end. This PR will be closed 2nd Jan 2025. AlternativesFor Boltcard functionality checkout @NicolasDorier 's plugin. For hosting Lnbits you can checkout their SaaS service. |
THIS PR is ABONDONED and will be closed in 1 month!
More details see the last post on the PR.
If you want to support the testing of this PR, you can check it out following:
cd /root/BTCPayServer/btcpayserver-docker/
(or where you orginallly checked out the btcpayserver-docker repo)git remote set-url origin https://github.com/petzsch/btcpayserver-docker.git
git pull
git checkout add-lnbits
TODOs:
move env vars in docker file, create config wizard etc.)