* Add c-lightning support
* Got subscribe paid invoices working with c-lightning
* Remove log lines
* Use a single config section for all lightning configs
* Fix itest config
* Update configuration doc with new confis
* Add getting started doc and images
* Fix relative image link
* Fix relative links to images
* Set image width
* Remove ignored image size in markdown
* Added configs for node section to config doc
* Add bitcoin configs to config doc
* Add lnd configs to config doc
* Add tor configs to config doc
* Add db configs to config doc
* Add admin configs to config doc
* Add webadmin configs to config doc
* Add link to configuration doc in readme
* Update development doc to explain lnd dir permissions in backend section
* Try fix formatting of tor env vars
* Try again fix formatting of tor env vars
* Got itest working with lnd using tor for both listen and connect
* Got itest working with configurable target address for lnd tor config
* Update development doc with tor service in background services
* Other lnd container in docker-compose seems to work
* Add new docker-compose using btcd
* Fix external host config for docker-compose
* Remove btcctl container from docker-compose in docker dir
* Mount btcd rpc certs dir to host dir
* Revert "Mount btcd rpc certs dir to host dir"
This reverts commit a79246fb3c.
* Use bitcoin-core instead of btcd in docker-compose.btcd
* Got squeaknode connection and buy working from host machine to container
* Got host to container connection working in main docker-compose
* Remove old comments from docker-compose
* Make squeaknode container use persistent volume
* Add tor proxy to dockerfile
* Update development doc with containerized squeaknode info
* Remove docker-compose.btcd.yml
* Remove unused configs from docker config.ini
* Add zmq hash block port to docker config.ini
* Add alembic with init command
* Create separate models class
* Add target metadata to alembic config
* Got initial migration working
* Move migration code into separate module
* Add documentation for migrations