1
0
mirror of https://github.com/nbd-wtf/satdress.git synced 2024-09-23 01:20:34 +00:00

index.html: better explain expected lnd settings

This commit is contained in:
xanoni 2021-09-06 07:09:31 -04:00 committed by fiatjaf
parent 85c0a801d7
commit 5574a494ed

View File

@ -43,12 +43,18 @@
</div>
<div v-if="kind == 'lnd'">
<div class="field">
<label for="host"> Host (IP or Domain + Port) </label>
<input class="input full-width" name="host" id="host" />
<label for="host"> LND REST Host (Protocol + IP/Domain + Port) </label>
<input
class="input full-width" name="host" id="host"
placeholder="https://foo.bar:8080"
/>
</div>
<div class="field">
<label for="key"> Invoice Macaroon </label>
<input class="input full-width" name="key" id="key" />
<label for="key"> Invoice Macaroon (base64 encoded) </label>
<input
class="input full-width" name="key" id="key"
placeholder="V2UgYWxsIGxvdmUgQGZpYXRqYWYhCg=="
/>
</div>
</div>
<div v-if="kind == 'sparko' || kind == 'lnbits'">