docs(gateway): make portal and KB consistent (#5166)

Closes #5149
This commit is contained in:
Reactor Scram
2024-05-31 12:40:28 -05:00
committed by GitHub
parent d921c07876
commit 55834e9e79
3 changed files with 5 additions and 16 deletions

View File

@@ -337,7 +337,7 @@ defmodule Web.NavigationComponents do
def website_link(assigns) do
~H"""
<.link
navigate={"https://www.firezone.dev#{@href}?utm_source=product"}
navigate={"https://www.firezone.dev?utm_source=product#{@href}"}
class={link_style()}
target="_blank"
{@rest}

View File

@@ -57,7 +57,7 @@ defmodule Web.Sites.NewToken do
Gateways require egress connectivity to the control plane API and relay servers.
<strong>No ingress firewall rules</strong>
are required or recommended. See our
<.website_link href="/kb/deploy/gateways#firewall-considerations">
<.website_link href="/kb/deploy/gateways#firewall-ports">
deploy guide
</.website_link>
for more information.
@@ -149,18 +149,6 @@ defmodule Web.Sites.NewToken do
phx-update="ignore"
><%= manual_command(@env) %></.code_block>
<p class="p-4">
See
<.link
href="https://www.firezone.dev/kb/deploy/gateways#environment_variables"
target="_blank"
class={link_style()}
>
the Gateway docs
</.link>
for a full list of environment variables.
</p>
<p class="p-4">
<strong>Important:</strong>
You'll need to make sure that the <code>iptables</code>

View File

@@ -21,6 +21,8 @@ responsible for securely routing traffic between Clients and Resources.
- [Docker Engine](https://docs.docker.com/engine/) or
[systemd](https://systemd.io/) installed for your distribution
{/* The header `firewall-ports` is referenced in code */}
### Firewall ports
Gateways implement the industry-standard
@@ -115,8 +117,7 @@ Site.
<Alert color="warning">
**Note:** Be sure to set a unique `FIREZONE_ID` for each Gateway you deploy.
This can be any non-empty string and is used to identify Gateways in the
portal. This is generated automatically for you when deploying Gateways from
the portal.
portal.
</Alert>
Deploy as many Gateways as you need to handle the load of Client connections to