mirror of
https://github.com/bumi/lntip
synced 2025-06-17 02:05:35 +00:00
Add deployment notes
This commit is contained in:
parent
7cac6ba7fc
commit
bda984622d
17
README.md
17
README.md
@ -23,7 +23,7 @@ LnMe connects to your [LND node](https://github.com/lightningnetwork/lnd/blob/ma
|
|||||||
LnMe can easily run next to LND on the same system.
|
LnMe can easily run next to LND on the same system.
|
||||||
|
|
||||||
1. Download the latest [release](https://github.com/bumi/lnme/releases)
|
1. Download the latest [release](https://github.com/bumi/lnme/releases)
|
||||||
2. Run `lnme` (to run it as systemd service have a look at the [systemd service example config](https://github.com/bumi/lnme/blob/master/examples/lnme.service))
|
2. Run `lnme`
|
||||||
3. Done.
|
3. Done.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
@ -51,6 +51,21 @@ To connect to the lnd node the cert, macaroon and address of the lnd node has to
|
|||||||
$ lnme --disable-website
|
$ lnme --disable-website
|
||||||
|
|
||||||
|
|
||||||
|
### Deployment
|
||||||
|
|
||||||
|
To run LnMe as systemd service have a look at the [systemd service example config](https://github.com/bumi/lnme/blob/master/examples/lnme.service)
|
||||||
|
|
||||||
|
I am running LnMe behind a reverse proxy using [caddy](https://caddyserver.com/) which comes with [fully-managed HTTPS](https://caddyserver.com/docs/quick-starts/https) via [letsencrypt](https://letsencrypt.org/).
|
||||||
|
|
||||||
|
Example Caddyfile:
|
||||||
|
```
|
||||||
|
lnme.michaelbumann.com {
|
||||||
|
reverse_proxy 127.0.0.1:1323
|
||||||
|
}
|
||||||
|
```
|
||||||
|
`$ caddy --config /etc/caddy/Caddyfile`
|
||||||
|
|
||||||
|
|
||||||
### Customize your ⚡ website
|
### Customize your ⚡ website
|
||||||
|
|
||||||
LnMe comes with a default website but you can easily configure and build your own using the the LnMe JavaScript widget or JSON API.
|
LnMe comes with a default website but you can easily configure and build your own using the the LnMe JavaScript widget or JSON API.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user