Skip to content

Commit

Permalink
Fix video timing for getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Jul 26, 2024
1 parent 2dd1424 commit d7cf9ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions src/pages/how-to/add-machines-to-your-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,8 @@ and is connected to the network. NetBird peer can be a virtual machine running i
an Android or iOS device, a personal laptop, a single-board computer like Raspberry Pi, a docker container, or even a router.

## Related Video Content

Our "Getting started with Netbird" video covers various ways to add machines to your network:
- Adding a MacBook via SSO at 1:35
- Adding a Docker container with a setup key at 2:35
- Adding an EC2 node at 6:42

You can watch the relevant sections of the video here:

<iframe width="560" height="315" src="https://www.youtube.com/embed/JRCZy4rLi-c" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
For details on adding machines to your network, part of our "Getting started with NetBird" video covers this topic:
<iframe width="560" height="315" src="https://www.youtube.com/embed/JRCZy4rLi-c?start=34" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Use NetBird web UI to add new peers

Expand Down
2 changes: 1 addition & 1 deletion src/pages/how-to/approve-peers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Administrators then can assess whether the peer is eligible to join the network.
</Note>
## Related Video Content

For details on the peer approval feature, part of our "Getting started with Netbird" video covers this topic. You can watch it here:
For details on the peer approval feature, part of our "Getting started with NetBird" video covers this topic:

<iframe width="560" height="315" src="https://www.youtube.com/embed/JRCZy4rLi-c?start=335" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/how-to/register-machines-using-setup-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Setup key is a pre-authentication key that allows to register new machines in yo
It simply associates a machine with an account on a first run.

## Related Video Content
For a comprehensive guide, part of our "Getting started with Netbird" video specifically covers setup keys. You can watch it here:
For a comprehensive guide, part of our "Getting started with NetBird" video specifically covers setup keys:
<iframe width="560" height="315" src="https://www.youtube.com/embed/JRCZy4rLi-c?start=175" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

The setup key can be provided as a parameter to the ```netbird up``` command.
Expand Down

0 comments on commit d7cf9ab

Please sign in to comment.