1
1
mirror of https://github.com/bumi/lntip synced 2024-06-04 12:39:07 +00:00
Commit Graph

165 Commits

Author SHA1 Message Date
b9b2ce8d6b
Merge pull request #58 from crc32/patch-3
Update README.md
2023-06-05 09:20:46 +02:00
Arceris
f604ca21ce
Update README.md
Added location of LND TLS for Start9
2023-06-03 16:54:49 -06:00
530c7c0942
Merge pull request #50 from ziggie1984/add-private-route-hints
add private routing hints for invoices
2023-01-28 13:02:18 +02:00
ziggie
23a134b28e
add private routing hints for invoices 2023-01-23 10:08:26 +01:00
c6dc9308c3
Merge pull request #46 from bumi/dependabot/go_modules/github.com/labstack/echo/v4-4.9.0
Bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.0
2022-11-06 23:24:54 +01:00
dependabot[bot]
897217995a
Bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.0
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.7.2 to 4.9.0.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/labstack/echo/compare/v4.7.2...v4.9.0)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 16:05:20 +00:00
a21e8b96b7 Add fly.io deployment notes 2022-08-19 10:55:00 +02:00
a383a747ef
Merge pull request #40 from yanascz/lnurl-comment-allowed
Add configuration property for allowed length of LNURL-pay comments
2022-08-11 09:02:27 +02:00
yanas
9ceea9e6bf Add configuration property for allowed length of LNURL-pay comments 2022-08-11 08:45:19 +02:00
d42c12be9b
Merge pull request #43 from ok300/patch-1
Document `listen` startup config
2022-08-11 02:34:25 +02:00
ok300
53253eba76
Document listen startup config 2022-08-09 07:30:02 +02:00
a3675ec746
Update README.md 2022-07-13 20:22:12 +02:00
3c8a76a1c1
Update README.md 2022-05-17 14:14:26 +02:00
f6d089c194
lowercase sats 2022-05-13 11:06:13 +02:00
ae9f643fbf go fmt 2022-05-07 12:50:15 +02:00
5fd10bc647 Add icon assets 2022-05-07 11:36:42 +02:00
5d2c9cd639 Fix: use correct header to get the original request host
Proxy servers can set the X-Forwarded-Host and X-Forwarded-Proto headers to pass on the original host and protocol.
We should also support the Forwarded header (which combines this in one header described in RFC7239 - but seems echo does not support parsing that one?)
2022-05-06 20:30:35 +02:00
bdd3b70e1f
Merge pull request #35 from AaronDewes/patch-1
Fix typo
2022-04-18 17:27:51 +02:00
Aaron Dewes
a9a3e8b073
Fix typo
clipboad -> clipboard
2022-04-18 17:24:43 +02:00
e400782449 Some auto-formatting 2022-04-14 20:58:13 -04:00
488eef551f Flag for the LND hex strings 2022-04-14 20:57:51 -04:00
fae94fc021 update dependencies 2022-04-14 20:32:17 -04:00
c2b11e3146
Merge pull request #33 from runcitadel/go-1.17
Drop go rice and switch to go 1.17
2022-04-15 02:15:25 +02:00
1fbfdf059a
Update README.md 2022-04-11 17:56:03 +02:00
Aaron Dewes
f8f8525b01 Actually fix the bug 2022-02-01 20:57:28 +01:00
Aaron Dewes
1ea6ce082b Bug fix 2022-02-01 20:23:42 +01:00
Aaron Dewes
31c8b4d080
Remove useless conversion to string 2022-01-31 08:35:08 +01:00
Aaron Dewes
77d21734c3 Drop go rice and switch to go 1.17 2022-01-30 13:41:25 +01:00
c4b4430387
Update README.md 2022-01-14 17:09:20 +02:00
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
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
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
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
bf44f314dd
Update README.md 2021-10-29 17:29:57 +02:00
5ffac5e077
Merge pull request #26 from bumi/configurable-tor-path
Configurable tor path
2021-10-29 11:52:52 +02:00
399144acf5
Update README.md 2021-10-29 11:51:35 +02:00
6548504333 Use full path 2021-10-28 15:15:36 +02:00
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
6b7ab33efe
Update FUNDING.yml 2021-10-25 11:24:02 +02:00
36d4dec5fd
Merge pull request #22 from bumi/lnurl-logging
Better error logging for the LNURL endpoint
2021-10-25 11:00:55 +02:00
0fd121d130
Merge pull request #23 from bumi/feature/nicer-lnurlp-urls
Nicer LNURLp URLs
2021-10-25 10:59:43 +02:00
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
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
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