mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Hide pricing and sales references for now (#1463)
- Make links to sales links to support instead - Remove links to pricing - Hide pricing page
This commit is contained in:
@@ -13,26 +13,6 @@ announce: Firezone [0.5.0 is
|
||||
here](https://github.com/firezone/firezone/releases)! It's packed with new
|
||||
features, bug fixes, and other improvements — more on that below.
|
||||
|
||||
But first, we'd like to clarify our plan for plan for pricing.
|
||||
|
||||
### Free as in… forever?
|
||||
|
||||
One question we often get asked is, how much does Firezone cost? Well, now
|
||||
we're able to offer some clarification around pricing. **Starting with 0.5.0,
|
||||
Firezone will be entering public beta.** What's that mean for you? Two things:
|
||||
|
||||
- We'll be experimenting with different tiers and pricing structures based on
|
||||
an open-core business model. We plan to **always** have a version of the
|
||||
product free to use, forever. See our [new pricing
|
||||
page](https://firezone.dev/pricing) for more information.
|
||||
- **Edit**: The Beta program is now closed. Thanks to all who participated!
|
||||
~~Anyone participating in the public beta program **will receive a license key good
|
||||
for up to one year of** Firezone Team or Business. It's our way of saying
|
||||
thanks for being an early adopter and joining the program.~~
|
||||
|
||||
Now that that's out of the way, let's talk about all the new features in
|
||||
0.5.0!
|
||||
|
||||
### User-scoped egress rules
|
||||
|
||||
Rules can now optionally receive a user scope, limiting the rule's application
|
||||
@@ -133,6 +113,3 @@ when landing at your Firezone portal.
|
||||
|
||||
That's all we've got for now. If you'd like to spin up Firezone to try it out,
|
||||
head to the [deploy guide](/docs/deploy) in our docs.
|
||||
|
||||
If you're interested in using Firezone in production for your Team or Business,
|
||||
[contact us](/sales) about our Business tier.
|
||||
|
||||
@@ -90,7 +90,7 @@ to Docker:
|
||||
https://www.firezone.dev/docs/administer/migrate
|
||||
|
||||
Most instances will migrate without issue. If you're running Firezone in production
|
||||
for your team or business, [contact us](/sales)
|
||||
for your team or business, [contact us](/contact/support)
|
||||
so we can better understand how we can help with your migration.
|
||||
|
||||
### SAML 2.0
|
||||
@@ -123,5 +123,4 @@ your identity provider a more pleasant experience:
|
||||
#### IdP not supported?
|
||||
|
||||
If your IdP isn't supported or you'd like to learn about your options for
|
||||
custom integrations, [contact us](/sales) to
|
||||
learn more about our Business plan features.
|
||||
custom integrations, [contact us](/contact/support) to learn more about custom integrations.
|
||||
|
||||
@@ -29,13 +29,6 @@ root directory. This is `$HOME/.firezone` by default.
|
||||
See additional options of the `docker compose logs` command
|
||||
[here](https://docs.docker.com/engine/reference/commandline/compose_logs/).
|
||||
|
||||
:::note
|
||||
Audit logs are in early Beta on the Enterprise plan. These track configuration
|
||||
changes by admins and network activity by users.
|
||||
[Contact us](/sales)
|
||||
to learn more.
|
||||
:::
|
||||
|
||||
## Managing and configuring Docker logs
|
||||
|
||||
By default, Firezone uses the `json-file` logging driver without
|
||||
|
||||
@@ -11,7 +11,7 @@ Firezone supports the following authentication methods:
|
||||
|
||||
:::note
|
||||
If your Identity Provider doesn't work with the methods listed above,
|
||||
[contact us](/sales) about custom integrations.
|
||||
[contact us](/contact/support) about a custom integration.
|
||||
:::
|
||||
|
||||
## Integrate an SSO provider
|
||||
|
||||
@@ -15,7 +15,7 @@ Firezone supports Single Sign-On (SSO) via OpenID Connect (OIDC).
|
||||
In general, most identity providers that offer OIDC support work with Firezone. Some providers
|
||||
that only implement the OIDC partially or use uncommon configurations may have
|
||||
issues, however. If your identity provider falls into this category, [contact us
|
||||
](/sales) about a custom integration.
|
||||
](/contact/support) about a custom integration.
|
||||
|
||||
The following OIDC providers are known to work well with Firezone:
|
||||
|
||||
|
||||
@@ -23,7 +23,8 @@ Firezone.
|
||||
| [JumpCloud](jumpcloud) | **Tested and supported** | Uncheck `Require signed envelopes` |
|
||||
|
||||
Occasionally, providers that don't implement the full SAML 2.0 standard or use
|
||||
uncommon configurations may be problematic. If this is the case, [contact us](/sales) about a custom integration.
|
||||
uncommon configurations may be problematic. If this is the case, [contact us](/contact/support)
|
||||
about a custom integration.
|
||||
|
||||
## Custom SAML cert and keyfile
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ In the Google Workspace admin portal, create a new SAML app under
|
||||
the Application > Web and mobile apps tab. Use the following config values during setup:
|
||||
|
||||
| Setting | Value |
|
||||
|-----------------|------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| App name | Firezone |
|
||||
| App icon | [save link as](https://user-images.githubusercontent.com/52545545/202567638-513dba14-ea8c-4da8-8f75-341310f1e456.png) |
|
||||
| ACS URL | This is your Firezone `EXTERNAL_URL/auth/saml/sp/consume/:config_id` (e.g., `https://firezone.company.com/auth/saml/sp/consume/google`). |
|
||||
@@ -37,16 +37,16 @@ to copy-paste the contents of this document into the Firezone portal in the next
|
||||
In the Firezone portal, add a SAML identity provider under the Security tab
|
||||
by filling out the following information:
|
||||
|
||||
| Setting | Value | Notes |
|
||||
| --------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Config ID | google | Firezone uses this value to construct endpoints required in the SAML authentication flow (e.g., receiving assertions, login requests). |
|
||||
| Label | Google | Appears on the sign in button for authentication. |
|
||||
| Metadata | see note | Paste the contents of the SAML metadata document you downloaded in the previous step from Google. |
|
||||
| Sign assertions | Checked. | |
|
||||
| Sign metadata | Checked. | |
|
||||
| Require signed assertions | Checked. | |
|
||||
| Required signed envelopes | **Unchecked.** | |
|
||||
| Auto create users | Default `false` | Enable this setting to automatically create users when signing in with this connector for the first time. Disable to manually create users. |
|
||||
| Setting | Value | Notes |
|
||||
| ------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| Config ID | google | Firezone uses this value to construct endpoints required in the SAML authentication flow (e.g., receiving assertions, login requests). |
|
||||
| Label | Google | Appears on the sign in button for authentication. |
|
||||
| Metadata | see note | Paste the contents of the SAML metadata document you downloaded in the previous step from Google. |
|
||||
| Sign assertions | Checked. | |
|
||||
| Sign metadata | Checked. | |
|
||||
| Require signed assertions | Checked. | |
|
||||
| Require signed envelopes | **Unchecked.** | |
|
||||
| Auto create users | Default `false` | Enable this setting to automatically create users when signing in with this connector for the first time. Disable to manually create users. |
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ by filling out the following information:
|
||||
| Sign assertions | Checked. | |
|
||||
| Sign metadata | Checked. | |
|
||||
| Require signed assertions | Checked. | |
|
||||
| Required signed envelopes | **Unchecked.** | |
|
||||
| Require signed envelopes | **Unchecked.** | |
|
||||
| Auto create users | Default `false` | Enable this setting to automatically create users when signing in with this connector for the first time. Disable to manually create users. |
|
||||
|
||||
Your Firezone configuration should now resemble the following:
|
||||
|
||||
@@ -53,7 +53,7 @@ by filling out the following information:
|
||||
| Sign assertions | Checked. | |
|
||||
| Sign metadata | Checked. | |
|
||||
| Require signed assertions | Checked. | |
|
||||
| Required signed envelopes | Checked. | |
|
||||
| Require signed envelopes | Checked. | |
|
||||
| Auto create users | Default `false` | Enable this setting to automatically create users when signing in with this connector for the first time. Disable to manually create users. |
|
||||
|
||||

|
||||
|
||||
@@ -58,7 +58,7 @@ by filling out the following information:
|
||||
| Sign assertions | Checked. | |
|
||||
| Sign metadata | Checked. | |
|
||||
| Require signed assertions | Checked. | |
|
||||
| Required signed envelopes | Checked. | |
|
||||
| Require signed envelopes | Checked. | |
|
||||
| Auto create users | Default `false` | Enable this setting to automatically create users when signing in with this connector for the first time. Disable to manually create users. |
|
||||
|
||||

|
||||
|
||||
@@ -24,12 +24,6 @@ deployments or the official Postgres Docker image for Docker-based deployments
|
||||
if possible.
|
||||
:::
|
||||
|
||||
:::info
|
||||
Need help deploying or maintaining Firezone with an external database? Consider
|
||||
[contacting us about our Enterprise Plan](/sales) for
|
||||
recommended configurations, white-glove deployment assistance, and more.
|
||||
:::
|
||||
|
||||
## Configure Firezone to Connect
|
||||
|
||||
<Tabs>
|
||||
|
||||
@@ -10,9 +10,6 @@ suitable for the vast majority of use cases and is recommended for most users.
|
||||
There are important security risks if the reverse proxy is not set up correctly.
|
||||
:::
|
||||
|
||||
For help deploying Firezone with a custom reverse proxy, consider [contacting us
|
||||
for support](/sales).
|
||||
|
||||
## Introduction
|
||||
|
||||
Firezone comes with bundled [Nginx](https://www.nginx.com/) (Omnibus-based
|
||||
|
||||
@@ -5,12 +5,6 @@ sidebar_position: 2
|
||||
|
||||
# Audit logs
|
||||
|
||||
:::note
|
||||
Audit logs are in early Beta on the Enterprise plan.
|
||||
[Contact us](/sales)
|
||||
to learn more.
|
||||
:::
|
||||
|
||||
Firezone maintains two types of logs tied to user identity: configuration logs
|
||||
and network activity logs.
|
||||
|
||||
|
||||
@@ -98,9 +98,3 @@ default['firezone']['telemetry']['enabled'] = false
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
:::note
|
||||
If you’re looking for support running Firezone in air-gapped or other
|
||||
restrictive environments, [contact us](/sales) about our
|
||||
[Enterprise](/pricing) functionality.
|
||||
:::
|
||||
|
||||
@@ -99,16 +99,16 @@ const config = {
|
||||
label: "Blog",
|
||||
position: "left",
|
||||
},
|
||||
// {
|
||||
// href: "/pricing",
|
||||
// label: "Pricing",
|
||||
// position: "left",
|
||||
// },
|
||||
{
|
||||
href: "/pricing",
|
||||
label: "Pricing",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
href: "/sales",
|
||||
label: "Contact sales",
|
||||
href: "/contact/support",
|
||||
label: "Contact support",
|
||||
position: "right",
|
||||
"aria-label": "Contact sales",
|
||||
"aria-label": "Contact support",
|
||||
},
|
||||
{
|
||||
html: '<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/firezone/firezone?label=Stars&style=social" style="margin-top: 6px;" height="24">',
|
||||
@@ -128,10 +128,10 @@ const config = {
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
// {
|
||||
// label: "Pricing",
|
||||
// href: "/pricing",
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -7,15 +7,14 @@ description: Firezone • Contact us
|
||||
<div className="container">
|
||||
<h1 className="hero__title">Talk to a Firezone expert</h1>
|
||||
<p>
|
||||
Discover how Firezone can make managing secure access effortless for your
|
||||
organization. We'll help you find the right solution, explain pricing, and
|
||||
answer any questions.
|
||||
Ready to manage secure remote access for your organization? Learn how
|
||||
Firezone can help.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<h2 className="margin-vert--xl">Why Firezone Enterprise?</h2>
|
||||
<h2 className="margin-vert--xl">Contact support</h2>
|
||||
</center>
|
||||
|
||||
<div className="container">
|
||||
@@ -292,11 +292,7 @@ description: Deploy in minutes to secure remote access to your private resources
|
||||
<center>
|
||||
<h2 className="margin-bottom--lg">Who can benefit from Firezone?</h2>
|
||||
</center>
|
||||
<p>
|
||||
Easy to deploy and manage for individuals. For organizations, get priority
|
||||
support, white-glove onboarding, and powerful integrations with the{" "}
|
||||
<a href="/pricing">Enterprise Plan</a>.
|
||||
</p>
|
||||
<p>Easy to deploy and manage for individuals and organizations alike.</p>
|
||||
</div>
|
||||
|
||||
<div className="container margin-top--lg">
|
||||
@@ -340,7 +336,7 @@ description: Deploy in minutes to secure remote access to your private resources
|
||||
</ul>
|
||||
</div>
|
||||
<div className="card__footer">
|
||||
<a href="/pricing">Scale your secure access ></a>
|
||||
<a href="/docs">Scale your secure access ></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -364,7 +360,7 @@ description: Deploy in minutes to secure remote access to your private resources
|
||||
</ul>
|
||||
</div>
|
||||
<div className="card__footer">
|
||||
<a href="/pricing">Secure your remote workforce ></a>
|
||||
<a href="/docs">Secure your remote workforce ></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,3 @@ Try asking on one of our community-powered support channels:
|
||||
and suggest features.
|
||||
- [Public Slack Group](https://join.slack.com/t/firezone-users/shared_invite/zt-111043zus-j1lP_jP5ohv52FhAayzT6w):
|
||||
join discussions, meet other users, and meet the contributors
|
||||
|
||||
**Looking for dedicated support?** [Contact us](/sales)
|
||||
about our paid support option if you're using Firezone in a production
|
||||
capacity for your team or organization.
|
||||
|
||||
Reference in New Issue
Block a user