Otto Suess
82d7103bb8
Merge pull request #15 from Kixunil/patch-1
Inform about how to create the QR code using shell
6 years ago
Martin Habovštiak
92795c0e09
Change to base64-URL encoding and remove xdg-open
URL version of base64 encoding should be used instead, therefore appropriate conversion is applied in the command. Further, `xdg-open` isn't cross-platform, so it was removed.
6 years ago
Martin Habovštiak
845c8b97fb
Added missing `echo'`
6 years ago
Martin Habovštiak
4cf4bdcbe2
Inform about how to create the QR code using shell
People might want to avoid adding another dependencies and compiling stuff for such simple task. The URL can be easily created using shell, so dependencies aren't even needed. This change helps people to use command line, so they don't have to invent it themselves.
6 years ago
Otto Suess
b20ee064b0
docs: escape html tag in spec
6 years ago
Otto Suess
784e69705b
format go code
6 years ago
Otto Suess
587d4146cd
Merge pull request #11 from LN-Zap/make_cert_optional
make certificate optional
6 years ago
Otto Suess
a317fc028b
doc: update readme
6 years ago
Otto Suess
7c3eb03ac5
fix #6 : make certificate optional
6 years ago
Otto Suess
4d6992702f
travis: fix release upload
6 years ago
Otto Suess
8eab3763cf
travis: only build when tag is set
6 years ago
Otto Suess
9bb0bd3925
travis: archive builds
6 years ago
Otto Suess
8666b6784c
travis: build with latest go version
6 years ago
Otto Suess
b499ea27b8
travis: setup github releases
6 years ago
Otto Suess
fc02e6c390
travis: add badge to readme
6 years ago
Otto Suess
f46a03a16c
travis: add .travis file
6 years ago
Otto Suess
9e9cec86f8
test: add tests
6 years ago
Otto Suess
7d5798e813
feature: add --query argument to enable custom query parameters
6 years ago
Otto Suess
b1dd6aa319
refactor: rename json parameter to url
6 years ago
Otto Suess
77abf0830f
fix: display same error as lnd when multiple networks are selected
6 years ago
Tom Kirkpatrick
ce6b8af761
Merge pull request #1 from LN-Zap/move_host
move host to url authority component
6 years ago
Otto Suess
bc79c39105
move host to url authority component
6 years ago
Otto Suess
b099de2937
doc: update readme
6 years ago
Otto Suess
f692b2b006
add url specification document
6 years ago
Otto Suess
5c163e35fe
rename to lndconnect, use lndconnect url specification
6 years ago
Otto Suess
6d49c132ab
fix #10 : don't use -h parameter for host
6 years ago
Otto Suess
e66ffd5081
Merge pull request #8 from guggero/master
Config cleanup, specify host and port
6 years ago
Oliver Gugger
26671efa30
Config cleanup, specify host and port
6 years ago
Otto Suess
c7d1608b0c
feature: add flags to use invoice & readonly macaroons
6 years ago
Otto Suess
26a874078a
fix: update to new config file format
6 years ago
Otto Suess
0bf2886138
Merge branch 'videah-master'
6 years ago
Otto Suess
b21c73f0e2
fix: image status message
6 years ago
videah
eecce20971
added option to output QRCode as a file
6 years ago
Otto Suess
3619479f7a
fix #5 : use glendc/go-external-ip to get external ip
6 years ago
Otto Suess
7c3c72adb6
fix: switch default network to mainnet
6 years ago
Otto Suess
ec5911f101
Merge pull request #4 from mrfelton/fix/default-chain
fix: make bitcoin the default chain
6 years ago
Tom Kirkpatrick
5bd5afec65
fix: make bitcoin the default chain
6 years ago
Otto Suess
02d3c5bc1b
add missing config items
7 years ago
Otto Suess
6a96d29571
make testnet default network
7 years ago
Otto Suess
6b28c60b6f
separate macaroons by network lightningnetwork/lnd#1766
7 years ago
Otto Suess
404c6d2157
ui: display zoom instructions below QR Code
7 years ago
Otto Suess
90b5a64226
fix: segmentation violation crash
7 years ago
Otto Suess
70e4268673
fix : #3 use port from rpclisten setting
7 years ago
Otto Suess
266fd5262f
Update README.md
7 years ago
Otto Suess
cb29f64fed
add makefile
7 years ago
Otto Suess
62ef92ba01
feature: add -l flag to use localhost
7 years ago
Otto Suess
169301d305
Update README.md
7 years ago
Otto Suess
83e1b921c0
feature: just display cert key instead of pem to save space
7 years ago
Otto Suess
d0882c6608
fix: error formatting
7 years ago
Otto Suess
37fc646c07
fix: evaluate lnd flags, fix AdminMacPath
7 years ago