mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-09-01 19:51:33 +02:00
Add video walkthroughs for RDP, SSH, and VNC documentation
This commit is contained in:
@@ -9,6 +9,17 @@ RDP public resources render a full Remote Desktop Protocol client in the browser
|
||||
<img src="/images/rdp-public.gif" alt="Remote desktop session rendered in the Pangolin web dashboard" />
|
||||
</Frame>
|
||||
|
||||
## Video Walkthrough
|
||||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.youtube-nocookie.com/embed/wd5K1qzCfLA"
|
||||
title="How To Setup RDP In The Browser With Pangolin"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
## How It Works
|
||||
|
||||
1. You assign a FQDN on a domain managed in Pangolin.
|
||||
|
||||
@@ -9,6 +9,17 @@ SSH public resources render a full interactive terminal in the browser. Users vi
|
||||
<img src="/images/ssh-public.gif" alt="Interactive SSH terminal rendered in the Pangolin web dashboard" />
|
||||
</Frame>
|
||||
|
||||
## Video Walkthrough
|
||||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.youtube-nocookie.com/embed/8bvVdcPPWGQ"
|
||||
title="How To Setup SSH In The Browser With Pangolin"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
## How It Works
|
||||
|
||||
1. You assign a FQDN on a domain managed in Pangolin.
|
||||
|
||||
@@ -13,6 +13,17 @@ VNC public resources render a full VNC client in the browser. Users visit a FQDN
|
||||
|
||||
No Pangolin client is required.
|
||||
|
||||
## Video Walkthrough
|
||||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.youtube-nocookie.com/embed/4Yb5SpHaMRs"
|
||||
title="How To Setup VNC In The Browser With Pangolin"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
## Site and Host Configuration
|
||||
|
||||
VNC public resources do **not** use [targets](/manage/resources/public/targets). Instead, you:
|
||||
|
||||
@@ -5,6 +5,17 @@ description: "SSH configuration, setup, and examples for public and private reso
|
||||
|
||||
This page explains the configuration options shared by both resource types, gives a concrete example for every valid combination, and walks through host setup for **Standard SSH Server** automated provisioning.
|
||||
|
||||
## Video Walkthrough
|
||||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.youtube-nocookie.com/embed/8bvVdcPPWGQ"
|
||||
title="How To Setup SSH In The Browser With Pangolin"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
## Default Configuration (Easiest)
|
||||
|
||||
When you create an SSH resource, the dashboard defaults to **Pangolin SSH** mode with **Manual Authentication**. This is the easiest path—it works out of the box with no auth daemon, no OpenSSH reconfiguration, and no extra host setup beyond running Newt as root.
|
||||
|
||||
Reference in New Issue
Block a user