Skip to content

Commit 88422fb

Browse files
authored
docs: add lnurl in readme (#321)
1 parent a63c035 commit 88422fb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,15 @@ Install Docker from their [official guide](https://docs.docker.com/engine/instal
162162
- Set `paymentsProcessors.lnbits.callbackBaseURL` to match your Nostream URL (e.g. `https://{YOUR_DOMAIN_HERE}/callbacks/lnbits`)
163163
- Restart Nostream (`./scripts/stop` followed by `./scripts/start`)
164164
165-
5. Ensure payments are required for your public key
165+
6. [Alby](https://getalby.com/) or any LNURL Provider with [LNURL-verify](https://github.com/lnurl/luds/issues/182) support
166+
- Complete the step "Before you begin"
167+
- [Create a new account](https://getalby.com/user/new) if you don't have an LNURL
168+
- On your `.nostr/settings.yaml` file make the following changes:
169+
- Set `payments.processor` to `lnurl`
170+
- Set `lnurl.invoiceURL` to your LNURL (e.g. `https://getalby.com/lnurlp/your-username`)
171+
- Restart Nostream (`./scripts/stop` followed by `./scripts/start`)
172+
173+
7. Ensure payments are required for your public key
166174
- Visit https://{YOUR-DOMAIN}/
167175
- You should be presented with a form requesting an admission fee to be paid
168176
- Fill out the form and take the necessary steps to pay the invoice

0 commit comments

Comments
 (0)