mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Add user guides
This commit is contained in:
@@ -37,6 +37,8 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
$border-color: $fz-grey-lt-200;
|
||||
|
||||
// Container
|
||||
|
||||
$content-width: 1100px;
|
||||
$media-queries: (
|
||||
xs: 620px,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Reference
|
||||
nav_order: 4
|
||||
nav_order: 5
|
||||
has_children: true
|
||||
---
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Add Users
|
||||
nav_order: 1
|
||||
parent: User Guides
|
||||
---
|
||||
|
||||
Add a user through the Web UI by clicking the "Add User" button under
|
||||
`/users`
|
||||
@@ -6,5 +6,12 @@ parent: User Guides
|
||||
---
|
||||
|
||||
Add a device through the Web UI by clicking the "Add Device" button under
|
||||
`/devices` or `/users`. Once the device profile is created, you can send the
|
||||
WireGuard configuration file to the user.
|
||||
`/devices` or `/users`.
|
||||
|
||||

|
||||
|
||||
Once the device profile is created, you can send the WireGuard configuration file to the user by:
|
||||
* **Shareable Link**: Generates a time limited link to the device config file that can be.
|
||||
* **Download Config**: Downloads the device config file to your local machine to be sent securely to the user.
|
||||
|
||||
Devices are associated with users. See [Add Users](/docs/user-guides/add-users.md) for more information on how to add a user.
|
||||
15
docs/docs/user-guides/add-users.md
Normal file
15
docs/docs/user-guides/add-users.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: default
|
||||
title: Add Users
|
||||
nav_order: 1
|
||||
parent: User Guides
|
||||
---
|
||||
|
||||
Once you have successfully installed Firezone you'll need to add users to grant them access to your network. This is done through the Web UI.
|
||||
|
||||
### Web UI
|
||||
Add a user by clicking the "Add User" button under `/users`. You will be asked to specify an email and a password for the user. These credentials will be used to authenticate the user so they are able to establish the connection.
|
||||
|
||||

|
||||
|
||||
Next, [add devices](/docs/user-guides/add-devices.md) to the user.
|
||||
10
docs/docs/user-guides/firewall-rules.md
Normal file
10
docs/docs/user-guides/firewall-rules.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: Firewall Rules
|
||||
nav_order: 3
|
||||
parent: User Guides
|
||||
---
|
||||
|
||||
Firezone supports egress filtering controls. By default, all traffic is allowed.
|
||||
|
||||

|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: User Guides
|
||||
nav_order: 5
|
||||
nav_order: 4
|
||||
has_children: true
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user