* Fix PIHOLE_SERVERIP="192.168.1.2"
Should be PIHOLE_SERVERIP="192.168.1.2" not PIHOLE_IPSERVER="192.168.1.2"
* Update pihole.md
* Update pihole.md
Make pi-hole the eafult host for the Reverse Proxy Server
* Add eclair for GRS and fix GRS LND
* Make eclair scripts executable
* Make some missed scripts executable
* Updated documentation and build all images script
* Revert "Updated documentation and build all images script"
This reverts commit 42ed8eae692c076baee638accd06c5543a40cc26.
* Update Documentation and all build images
* Revert "Make some missed scripts executable"
This reverts commit fd0da4c52a5b36ff6140cc84ebf358a2535ab9b0.
* Update Program.cs
* Make build all images script executable again
* run update-repo.sh
* Integrate EPS (Electrum Personal Server)
After the ElectrumX integration in the last release, I thought that some people may prefer the Electrum Personal Server (EPS) approach, which can only serve specific pre-determined wallets (using XPUBS). EPS cannot serve as a server for ad-hoc wallets with connections for many people, that ElectrumX delivers. The upside pf EPS is that it is much lighter, and doesn't require txindex=1.
I will integrate it with this pull request, but it might take a while, as I have some busy weeks ahead of me.
* Update opt-add-electrum-ps.yml
* Update opt-add-electrum-ps.yml
* Update opt-add-electrum-ps.yml
* Update opt-add-electrum-ps.yml
* fix persistent data directory
* Break up monolithic bitcoind var
* fix bitcoind daemon name
* Update opt-add-electrum-ps.yml
* Update opt-add-electrum-ps.yml
* Update opt-add-electrum-ps.yml
* Fixed image name
* fixed bitcoind rpc login credentials
* Update opt-add-electrum-ps.yml
* Add $BTCPAY_EPS_XPUB
Add $BTCPAY_EPS_XPUB for Electrum Personal Server Integration
* Update opt-add-electrum-ps.yml
* Update opt-add-electrum-ps.yml
* Update README.md
* Update README.md
* Update build.sh
* Update opt-add-electrum-ps.yml
* Update README.md
Co-authored-by: peleion <github@peleion.com>