Minor edits

This commit is contained in:
kn0wmad
2022-08-29 11:01:40 -06:00
parent 11c1bde588
commit 431e6a8aaa
2 changed files with 2 additions and 2 deletions

View File

@@ -21,4 +21,4 @@ Community Channels
4. If you would like to take on a more significant role in Support, please reach out to us at support@start9labs.com, or in one of our :ref:`Community Channels <contact>`.
- We are working on a volunteer program, which we eventually hope to incentivize.
- It is also a foot in the door with Start9, where we are often growing and in need of new members.
- It is also a foot in the door with Start9, where we are always growing and often in need of new team members.

View File

@@ -115,7 +115,7 @@ In EmbassyOS, each installed service creates its own Tor Hidden Service URL. For
Certain services, such as Bitcoin, actually have multiple interfaces. Bitcoin has an RPC interface, a P2P interface, and could potentially even have a graphical interface, such as a dashboard displaying important node information. Using the same URL for these various interfaces is not only confusing, but it could also potentially pose a security vulnerability. For example, a user may want to share their P2P interface address with someone for peering, but would not want to give out their UI address, which is for private use only.
As such, EmbassyOS 0.3.0 permits services to have multiple interfaces, each receiving its own Tor address and/or LAN address. Users can then view and access all interfaces for a given service inside the "Interfaces" section of the service dashboard.
As such, EmbassyOS permits services to have multiple interfaces, each receiving its own Tor address and/or LAN address. Users can then view and access all interfaces for a given service inside the "Interfaces" section of the service dashboard.
.. _health-checks: