From 0f70b346ca5f57bc94c271e29b79dcf1df865b63 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:10:52 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index f841ecb08..7ab0e5809 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -44,9 +44,7 @@ To then run the server, use: pipenv run python -m uvicorn lnbits.__main__:app --reload -**Note**: You'll need to use _https_ for some endpoints and/or extensions. You can use [ngrok](https://ngrok.com/) for that. Follow the installation instructions on the website and when it's all set you can run: - - ./nrok http 5000 +**Note**: We reccomend using Caddy for a reverse-proxy, if you want to serve your install through a domain, alternatively you can use [ngrok](https://ngrok.com/). this will give you an _https_ tunnel for the _localhost_, use that URL for navigating to LNBits.