File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments