1
1
mirror of https://github.com/bumi/lntip synced 2026-07-16 22:17:04 +00:00
Commit Graph

137 Commits

Author SHA1 Message Date
bumi c4b4430387 Update README.md 2022-01-14 17:09:20 +02:00
bumi c864602c1f Merge pull request #32 from jerolimov/icon
Add icon to readme and favicon to generated code
2021-12-03 14:04:44 +02:00
Christoph Jerolimov cffdded688 Add icon to readme and favicon to generated code, fixes #28 2021-12-03 12:55:56 +01:00
bumi b100455e09 Merge pull request #30 from bumi/feature/support-forwarded-for-header
Generate lightning address host either from the x-forwarded-for header or from the request host
2021-11-17 17:44:15 +02:00
bumi 6f2b72caa7 Merge pull request #24 from runcitadel/master
Docker container
2021-11-17 17:43:49 +02:00
Aaron Dewes 51a8d1ca22 Update README.md 2021-11-06 17:39:17 +00:00
bumi d1be2e20aa Generate lightning address host either from the x-forwarded-for header or from the request host
When LnMe runs behind a proxy and the X-Forwarded-For HTTP header is set we want to use that value to generate the lightning address and not the local/internal host
2021-11-05 13:21:02 +01:00
bumi bf44f314dd Update README.md 2021-10-29 17:29:57 +02:00
bumi 5ffac5e077 Merge pull request #26 from bumi/configurable-tor-path
Configurable tor path
2021-10-29 11:52:52 +02:00
bumi 399144acf5 Update README.md 2021-10-29 11:51:35 +02:00
bumi 6548504333 Use full path 2021-10-28 15:15:36 +02: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
Aaron Dewes 44befafc6d Add expose command with default port 2021-10-27 17:35:06 +01:00
Aaron Dewes e3bf2c0537 Update Dockerfile 2021-10-27 15:57:55 +01:00
Aaron Dewes 2b095bbba3 WIP: Docker container 2021-10-27 15:29:18 +01:00
bumi 6b7ab33efe Update FUNDING.yml 1.4.0 2021-10-25 11:24:02 +02:00
bumi 36d4dec5fd Merge pull request #22 from bumi/lnurl-logging
Better error logging for the LNURL endpoint
2021-10-25 11:00:55 +02:00
bumi 0fd121d130 Merge pull request #23 from bumi/feature/nicer-lnurlp-urls
Nicer LNURLp URLs
2021-10-25 10:59:43 +02:00
bumi 9ae6153d47 Nicer LNURLp URLs
this also registers a shorter lnurlp that can be used additionally to the lightning address
2021-10-24 11:44:05 +02:00
bumi 3b7ac31615 Better error logging for the LNURL endpoint
This checks for errors when creating the invoice and logs the error and returns an LNURL error response.
Before it would return a blank pr.
2021-10-24 11:32:00 +02:00
bumi 22bc75d564 Merge pull request #20 from GlenCooper/patch-1
Fix typo in README.md
2021-10-15 12:46:08 +02:00
Glen Cooper 2bcd2fd96f Fix typo in README.md
Settigns -> Settings
2021-10-15 02:56:50 +00:00
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) 1.3.0 2021-09-30 18:07:43 +02:00
bumi 561610a7b9 Create FUNDING.yml 1.2.0 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 1.1.0 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