Commit Graph

115 Commits

Author SHA1 Message Date
bumi 9ec4db5144
Create LICENSE 2021-10-14 23:43:18 +02:00
bumi 4a4614d8fb
Merge pull request #18 from crc32/patch-2
Add Tor support for Heroku
2021-10-13 20:50:34 +02:00
Colin Crossman 00b33e3bd9
Update README.md with additional Heroku info
Add a statement about the non-standard Tor buildpack, along with instructions to remove. Also add a pointer to the Heroku page describing the method to link the app to a personal domain.
2021-10-13 12:26:07 -06:00
Colin Crossman 109fa20593
Merge branch 'bumi:master' into patch-2 2021-10-13 12:16:32 -06:00
bumi 24cdca056f
Merge pull request #19 from crc32/master
Update README.md for clarity
2021-10-13 13:24:12 +02:00
Colin Crossman 03117dc326
Update README.md for clarity
It was unclear how to get the HEX of the TLS cert. Initially I had been trying to use openssl to export the hex of the signature, which was wrong. I finally realized that the xxd command was intended to be applied on the entire tls.cert file, and that worked. So I added this to clarify that aspect.
2021-10-12 20:27:11 -06:00
Colin Crossman 1fe4dd3dd6
Update app.json for Tor on Heroku
Add heroku buildpack for Tor integration
2021-10-12 18:06:20 -06:00
Colin Crossman 5dd2c2cdb5
Update app.json
For Heroku, add the Tor buildpack to allow for Tor connections.
2021-10-08 22:33:55 -06:00
Gregor Pogačnik 3200622b97
Possibility to specify listening IP (#17) 2021-09-30 18:07:43 +02:00
bumi 561610a7b9
Create FUNDING.yml 2021-09-15 23:59:13 +02:00
bumi 6569ac0ded
Merge pull request #10 from bumi/tor-support
Add support to connect to TOR nodes
2021-09-08 01:57:06 +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 492ffb2d3f
Update .lndonate 2021-09-02 17:20:20 +02:00
bumi 148dfcba22
Update .lndonate 2021-09-02 17:19:38 +02:00
bumi 1292e5498f
Create .lndonate 2021-09-02 17:17:42 +02:00
bumi 9756507514
Update README.md 2021-08-30 10:04:59 +02:00
bumi ced2d68630
Update README.md 2021-08-30 10:03:02 +02:00
bumi d36f7a49f5 Update README.md 2021-08-30 10:01:40 +02:00
bumi 1fff67684a Igrnore tor data-dir 2021-08-30 10:00:23 +02:00
bumi 8ff22327c9
Update README.md 2021-08-30 09:59:17 +02:00
bumi 7efef4a2b6
Merge branch 'master' into tor-support 2021-08-30 09:52:37 +02:00
bumi 031daed750
Update README.md 2021-08-29 09:00:23 +02:00
bumi 7283544b40
Merge pull request #11 from bumi/lightning-address
Add Lightning Address support
2021-08-29 08:55:42 +02:00
bumi 20e2d8b7e9 readme 2021-08-28 22:46:50 +02:00
bumi 1515765c3f Fix LNURL metadata 2021-08-28 22:28:03 +02:00
bumi d403c19aab Merge branch 'master' into lightning-address
* master:
  Update README.md
  Update README.md
  Update README.md
2021-08-28 22:14:16 +02:00
bumi 6e4af5610f Add Lightning Address support
This handles the LNURL-pay flow to enable Lightning Address support.
It accepts any lightning address name on your domain.

e.g. yourname@yourdomain.com
2021-08-28 22:11:24 +02:00
bumi 19210cc3ce
Update README.md 2021-08-28 00:42:04 +02:00
bumi 71f6c862fa
Update README.md 2021-08-28 00:05:07 +02:00
bumi 91c62ed7ed Add Tor readme 2021-08-27 15:55:51 +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 6355ce2cc5
Update README.md 2021-08-27 11:52:17 +02:00
bumi 5ca9e72ab0 Update ricebox 2021-08-27 11:26:10 +02:00
bumi aeb1ffc669 Less opacity for placeholders to make it look less like prefilled text 2021-08-27 11:24:51 +02:00
bumi d3a3bf287b Slightly nicer webln integration 2021-08-27 11:24:51 +02:00
bumi 38b7e6ed3e Disable button if now amount is provided 2021-08-27 11:24:51 +02:00
bumi 518a834066 Formatting 2021-08-27 11:24:51 +02:00
bumi 5c8d604a20 Update dependencies 2021-08-27 11:24:51 +02:00
bumi b58897dfe5
Update README.md 2021-08-27 10:17:30 +02:00
bumi 3c97f31e03
Merge pull request #8 from mbarkhau/patch-1
Improve scanability fo QR code
2021-08-26 11:02:47 +02:00
bumi a0dd7420de
Merge pull request #5 from bumi/configurable-urls
Make URLs configurable
2021-08-25 09:35:34 +02:00
mbarkhau a75497103c
Improve scanability fo QR code
My camera had issues with the colored background. Adding this css helped.
2021-07-13 11:27:48 +00:00
bumi 2c0b3b7ee1 Make URLs configurable
pass in `createInvoiceUrl`, `watchPaymentUrl`, `newAddressUrl` functions. Those must return the URL as string that is used for the API calls
2021-07-11 12:01:30 +02:00
bumi a87eb60051
Add Heroku deploy button 2020-10-26 17:44:44 +01:00
bumi 3390971f84 Make heroku deployment easier 2020-10-26 17:35:38 +01:00
bumi e98a06f22f Cleanup 2020-10-26 17:19:02 +01:00
bumi 494aae0a06 Update rice box 2020-10-26 11:00:50 +01:00
bumi f066978374 Use a default font and not a font from google
No need to load data from google. If someone wants a special font a custom
website can be used.
2020-10-26 10:59:56 +01:00
bumi 8ff67efa8b
Update README.md 2020-10-26 00:59:09 +01:00