-
Notifications
You must be signed in to change notification settings - Fork 362
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
Add lnbits #873
base: 2.0
Are you sure you want to change the base?
Add lnbits #873
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 🙃 |
pushed lnbits 0.12.8 to this branch. Configuration no longer happens via the .env files, but via environment variables that are set for LND or Clightning and can be overwritten with custom fragments. example for a custom fragment: opt-add-lnbits-admin.custom.yml version: '3'
services:
lnbits:
environment:
LNBITS_ALLOWED_USERS: USER-ID-FROM-USER-PROFILE-PAGE
LNBITS_ADMIN_USERS: USER-ID-FROM-USER-PROFILE-PAGE |
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/ |
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.)