mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-10 17:26:15 +01:00
Update installation.md
This commit is contained in:
parent
f162d14e41
commit
0f70b346ca
1 changed files with 1 additions and 3 deletions
|
@ -44,9 +44,7 @@ To then run the server, use:
|
||||||
|
|
||||||
pipenv run python -m uvicorn lnbits.__main__:app --reload
|
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:
|
**Note**: We reccomend using <a href="https://caddyserver.com/docs/install#debian-ubuntu-raspbian">Caddy</a> for a reverse-proxy, if you want to serve your install through a domain, alternatively you can use [ngrok](https://ngrok.com/).
|
||||||
|
|
||||||
./nrok http 5000
|
|
||||||
|
|
||||||
this will give you an _https_ tunnel for the _localhost_, use that URL for navigating to LNBits.
|
this will give you an _https_ tunnel for the _localhost_, use that URL for navigating to LNBits.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue