Commit graph

42 commits

Author SHA1 Message Date
Jonathan Zernik
2cabb8197a
Use only named volumes in docker-compose (#2221)
* Use only named volumes in docker-compose

* Try fixing itest with new docker compose

* Update development doc
2022-06-09 17:58:18 -07:00
Jonathan Zernik
aef32d9417
Remove zqm hash block config (#2219) 2022-05-24 22:06:23 -07:00
Jonathan Zernik
ed360ff3d1
Add clightning backend support (#2205)
* 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
2022-05-08 12:41:44 -07:00
Jonathan Zernik
3ca6354f32
Add lint command to development doc. (#2129) 2022-04-12 02:38:32 -07:00
Jonathan Zernik
f51c546299
Update readme screen capture gif (#2113) 2022-04-05 01:25:41 -07:00
Jonathan Zernik
113d1fc0c7
Use gif screen capture in readme (#2111) 2022-04-05 00:57:01 -07:00
Jonathan Zernik
651b076381
Update readme screenshot image (#2105)
* Update readme screenshot image

* Update readme screenshot image
2022-03-31 01:30:21 -07:00
Jonathan Zernik
4df92cba04
Show screenshot in readme (#1966)
* Show screenshot in readme

* Show squeak page in readme
2022-02-23 17:26:19 -08:00
Jonathan Zernik
058240841d
Use python venv (#1920)
* Automatically install requirements.txt in setup

* Remove extra copy of requirements.txt in dockerfile
2021-12-29 18:48:53 -08:00
Jonathan Zernik
1a159a5f10
Fix max squeaks per public key per block height config (#1896) 2021-12-26 10:08:00 -08:00
Jonathan Zernik
d70953c071
Rephrase db migration instruction (#1843) 2021-12-11 09:13:43 -08:00
Jonathan Zernik
7e848c3c39
Rename docs to kebab-case (#1800)
* Rename docs to kebab-case

* Fix link to configuration doc
2021-11-13 13:33:36 -08:00
Jonathan Zernik
3a75a43d35
Add getting started doc (#1799)
* Add getting started doc and images

* Fix relative image link

* Fix relative links to images

* Set image width

* Remove ignored image size in markdown
2021-11-13 06:40:40 -08:00
Jonathan Zernik
c7b847a497
Remove shell prompt from readme code snippets (#1762)
* Remove shell prompt from readme code snippets

* Remove shell prompt from code snippets in all docs
2021-11-04 23:33:00 -07:00
Jonathan Zernik
c6de020428
Add custom config for autoconnect peer interval (#1759) 2021-11-04 20:46:22 -07:00
Jonathan Zernik
7916ef1bee
Make rpc enabled config set to false by default (#1758) 2021-11-04 19:57:52 -07:00
Jonathan Zernik
356c3e5cc0
Make rpc enabled by default (#1749) 2021-11-02 00:47:51 -07:00
Jonathan Zernik
13d31541d2
Update description of squeak retention config (#1735) 2021-10-26 19:44:22 -07:00
Jonathan Zernik
2bbadbd7de
Rename rpc config section (#1716) 2021-10-23 18:45:14 -07:00
Jonathan Zernik
6b774815c8
Update configuration doc for server configs (#1714) 2021-10-23 18:07:08 -07:00
Jonathan Zernik
1d090f4283
Move external address config to server section (#1712) 2021-10-23 10:22:56 -07:00
Jonathan Zernik
4b35021ba0
Fix error in config doc about sent offer retention (#1645) 2021-10-18 22:22:53 -07:00
Jonathan Zernik
bd56867e2f
Add doc for configuration (#1643)
* 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
2021-10-18 22:13:01 -07:00
Jonathan Zernik
c8d30fcbe9
Remove tor section from development doc (#1623) 2021-10-16 21:13:38 -07:00
Jonathan Zernik
596a04b20f
Update docs to use pip install . (#1500) 2021-10-04 20:16:20 -07:00
Jonathan Zernik
e995b49b7d
Add more details to development doc (#1498) 2021-10-04 19:24:51 -07:00
Jonathan Zernik
b020b9aff9
Update development doc move lnd dir permissions (#1496)
* 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
2021-10-04 19:18:45 -07:00
Jonathan Zernik
411f050c93
Got itest working with lnd using tor for both listen and connect (#1495)
* 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
2021-10-04 18:33:16 -07:00
Jonathan Zernik
028b0b5ef1
Use separate lnd container in docker compose (#1479)
* 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
2021-10-04 15:12:45 -07:00
Jonathan Zernik
d3d218d0b9
Add protoc-gen-grpc-web requirement to dev doc (#1390) 2021-09-22 15:20:06 -07:00
Jonathan Zernik
db851936a4
Fix get connected peer request (#1228) 2021-09-08 14:00:57 -07:00
Jonathan Zernik
c33f905ecc
Remove docker link from readme (#1156) 2021-09-02 14:29:38 -07:00
Jonathan Zernik
f5b4005463
Add new doc with dev mode instructions (#1155) 2021-09-02 14:01:13 -07:00
Jonathan Zernik
bda01fdc58
Remove intro doc (#1064) 2021-08-24 21:39:20 -07:00
Jonathan Zernik
5d31ca3689
Add valid column to sent payment table (#670)
* Add valid column to sent payment table

* Show valid field in sent payments frontend
2021-01-21 20:18:04 -08:00
Jonathan Zernik
29d34daa46
Add instructions for umbrel install (#669)
* Add instructions for umbrel install

* Fix doc heading for umbrel section

* Add line spacing to intro doc

* Add numbering to install steps for umbrel
2021-01-20 23:54:58 -08:00
Jonathan Zernik
ccc7b66c40
Rename received offer (#606)
* Rename received_offer db table

* Rename core struct to ReceivedOffer

* Rename received_offer_id field

* Move received offer with peer module
2021-01-11 16:33:56 -08:00
Jonathan Zernik
cef4eeca03
Update main config ini (#582)
* Fix network in main config.ini

* Update README and DOCKER doc
2021-01-08 02:42:32 -08:00
Jonathan Zernik
b9f37a545f
Improve readme sections (#521) 2020-12-27 23:55:28 -08:00
Jonathan Zernik
b39f308a90
Update readme for launching no docker (#520)
* Update readme and add separate doc for launching docker

* Fix typo
2020-12-27 23:49:44 -08:00
Jonathan Zernik
e966f73db1
Update db to use Timestamp for times (#519) 2020-12-27 23:32:02 -08:00
Jonathan Zernik
24abdd0ee3
Add alembic (#418)
* 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
2020-11-08 21:23:19 -05:00