mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-13 12:33:24 +02:00
fix random things i encountered while scrolling READMEs (#309)
This commit is contained in:
parent
976ebd3340
commit
f0f1a6f088
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Relay
|
||||
|
||||
**Relay** is a Node.js wrapper around [LND](https://github.com/lightningnetwork/lnd), handling connectivity and storage for [**Sphinx**](https://sphinx.chat). Communication between Relay nodes takes place entirely on the Lightning Network, so it is decentralized, untraceable, and encrypted. Message content is also end-to-end encrypted using client public keys, on the ** Sphinx** app itself.
|
||||
**Relay** is a Node.js wrapper around [LND](https://github.com/lightningnetwork/lnd), handling connectivity and storage for [**Sphinx**](https://sphinx.chat). Communication between Relay nodes takes place entirely on the Lightning Network, so it is decentralized, untraceable, and encrypted. Message content is also end-to-end encrypted using client public keys, on the **Sphinx** app itself.
|
||||
|
||||

|
||||
|
||||
|
|
@ -106,7 +106,7 @@ If you have a permanent public IP on your internet connection and you want your
|
|||
|
||||
If you plan to use your Sphinx clients within the local network, then you do not have to do anything special.
|
||||
|
||||
If you are using the Docker file, the port is `3300` ([1](https://github.com/stakwork/sphinx-relay/blob/master/Dockerfile#L32))
|
||||
If you are using the Docker file, the port is `3300` ([1](https://github.com/stakwork/sphinx-relay/blob/master/Dockerfile#L31), [2](https://github.com/stakwork/sphinx-relay/blob/master/Dockerfile#L35))
|
||||
|
||||
## Deployment
|
||||
|
||||
|
|
|
|||
|
|
@ -447,4 +447,4 @@ $ sudo systemctl start sphinx-relay
|
|||
|
||||
`journalctl -u sphinx-relay -f`
|
||||
|
||||
[Back to README](https://github.com/dimaatmelodromru/sphinx-relay/tree/docs-edit#connecting-a-mobile-client)
|
||||
[Back to README](https://github.com/stakwork/sphinx-relay/blob/master/README.md)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Deployment to Raspiblitz
|
||||
|
||||
This guide is focused on installing Sphinx-relay on top of **_raspiblitz_**. Information about myNode can be found at: https://raspiblitz.com/.
|
||||
This guide is focused on installing Sphinx-relay on top of **_raspiblitz_**. Information about raspiblitz can be found at: https://raspiblitz.com/.
|
||||
|
||||
### Preparations
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue