From 9e7ea48c78db1164f4e06c415182a15a5c06ea51 Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Tue, 20 Sep 2022 06:20:41 +0100 Subject: [PATCH] add install notes for LNURLp & email --- docs/INSTALL.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 10e979f..269cf60 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -78,9 +78,22 @@ this should respond with 'bad request' and show up in the service log navigate to the service URL from a browser, for example `https://card.yourdomain.com/ln?2` this should respond with 'bad request' and show up in the service log #### bolt card +`Environment="FUNCTION_LNURLW=ENABLE"` [create a bolt card](CARD_ANDROID.md) with the URI pointing to this server use a PoS setup to read the bolt card, e.g. [Breez wallet](https://breez.technology/) monitor the service log to ensure decryption, authentication, payment rules and lightning payment work as expected +#### lightning address (optional) +add lightning address support to receive funds to cards +`Environment="FUNCTION_LNURLP=ENABLE` +`cards.lnurlp_enable='Y'` +#### email notifications (optional) +add email notifications for payments and fund receipt +`Environment="AWS_SES_ID=..."` +`Environment="AWS_SES_SECRET=..."` +`Environment="AWS_SES_EMAIL_FROM=..."` +`Environment="FUNCTION_EMAIL=ENABLE"` +`card.email_address='Y'` +`cards.email_enable='Y'` #### production use ensure that LOG_LEVEL is set to PRODUCTION ensure that all secrets are minimally available