Commit Graph

16 Commits

Author SHA1 Message Date
ziggie 23a134b28e
add private routing hints for invoices 2023-01-23 10:08:26 +01:00
Aaron Dewes 77d21734c3 Drop go rice and switch to go 1.17 2022-01-30 13:41:25 +01:00
bumi 324d5b3b43 Make Tor executable configurable
It seems the `tor` executable is not in the $PATH on heroku and thus needs to be configurable.
2021-10-28 15:11:10 +02:00
bumi 2a4b943887 Merge branch 'master' into tor-support
* master:
  Provide LNURL metadata hash as description_hash in the lightning pr
  Update .lndonate
  Update .lndonate
  Create .lndonate
  Update README.md
  Update README.md
  Update README.md
2021-09-03 13:37:48 +02:00
bumi 4fb8fa9a73 Provide LNURL metadata hash as description_hash in the lightning pr 2021-09-03 01:39:06 +02:00
bumi fec31b2bd1 Add support to connect to TOR nodes
This requires tor to be installed/running on the system
2021-08-27 14:35:09 +02:00
bumi 518a834066 Formatting 2021-08-27 11:24:51 +02:00
bumi dcaa4f6cc4 Add Support for macaroon and cert as HEX strings
This also changes the configuration options.
Now multiple config sources are supported:

1. cli flags
2. environment variables
3. config toml file
2020-10-25 22:16:05 +01:00
bumi 05fa7500b0 Comments and documentation 2020-10-23 20:38:18 +02:00
bumi 456ae2eb50 Add endpoint to get ne onchain BTC address 2020-10-22 20:15:34 +02:00
bumi 3029a91726 Better error logging 2019-02-21 11:49:11 +01:00
bumi faf858f0c4 go fmt 2019-02-20 01:31:03 +01:00
bumi 01fb7be447 Refactor to mimic the lnd rest API a bit 2019-02-19 20:55:07 +01:00
bumi a070fe35a0 Use JSON POST request for invoice creation 2019-01-07 21:29:08 +01:00
bumi 08d0eee00c API only
It should be easy to integrate into any webpage. We do this with a
little JS snippet, so no need for rendering HTML templates etc.
2019-01-07 16:52:38 +01:00
bumi bfa5219b02 hello world 2019-01-07 16:26:08 +01:00