diff --git a/site/source/contribute/provide-support.rst b/site/source/contribute/provide-support.rst index 5758df9..4f18d3b 100644 --- a/site/source/contribute/provide-support.rst +++ b/site/source/contribute/provide-support.rst @@ -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 `. - 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. diff --git a/site/source/learn/concepts/embassy.rst b/site/source/learn/concepts/embassy.rst index ec9b54f..02d99e7 100644 --- a/site/source/learn/concepts/embassy.rst +++ b/site/source/learn/concepts/embassy.rst @@ -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: