Skip to content

Commit

Permalink
docs(GITBOOK#179): Added 9 missing page descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jenmonroe authored and gitbook-bot committed Jan 28, 2025
1 parent 098beca commit 0b80660
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 11 deletions.
4 changes: 4 additions & 0 deletions docs/installation/linux/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Video and written directions
---

# Linux Full Installation

{% include "../../.gitbook/includes/mac-linux-full-install-video.md" %}
Expand Down
4 changes: 4 additions & 0 deletions docs/installation/macos/desktop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Video and written directions
---

# MacOS Desktop Client Installation

{% embed url="https://vimeo.com/1038239765" %}
Expand Down
4 changes: 4 additions & 0 deletions docs/installation/windows/desktop.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Video and written directions
---

# Windows Desktop Client Installation

{% embed url="https://vimeo.com/1038239765" %}
Expand Down
1 change: 1 addition & 0 deletions docs/reference/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
icon: comments-question-check
description: Common questions about NoPorts
---

# FAQ
Expand Down
1 change: 1 addition & 0 deletions docs/reference/how-it-works.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
icon: magnifying-glass
description: NoPorts connection establishment and architecture
---

# How It Works
Expand Down
6 changes: 5 additions & 1 deletion docs/reference/policy.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
icon: users-rectangle
description: >-
A flexible suite of policy management tools. Use a standalone database to
store and manage policies using our administration interface, or integrate it
with your existing policy database or service.
---

# NoPorts Policy Service

The NoPorts Policy Service is a flexible suite of tools for managing policies. You can use a standalone database for storing and managing your policies using our administration interface, or you can integrate it with your existing policy database or service. 


<figure><img src="../.gitbook/assets/NoPorts Policy Diagrams.png" alt=""><figcaption><p>High level overview of the NoPorts architecture</p></figcaption></figure>

Expand Down
7 changes: 5 additions & 2 deletions docs/use-cases/rdp.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
icon: desktop
description: >-
In this guide, we demonstrate how to use the NoPorts Tunnel to RDP on a remote
machine to localhost:3389 so we can access the RDP service locally.
---

# RDP

## Overview

In this guide, we demonstrate how to use the NoPorts Tunnel to RDP on a remote machine to localhost:3389 so we can access the RDP service locally.



The command should look like:

Expand Down
6 changes: 4 additions & 2 deletions docs/use-cases/sftp.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
icon: folder-closed
description: >-
In this guide, we demonstrate how to use the NoPorts Tunnel to bridge SFTP on
a remote machine to localhost:2222 so we can access it in an SFTP client
locally.
---

# SFTP

In this guide, we demonstrate how to use the NoPorts Tunnel to bridge SFTP on a remote machine to localhost:2222 so we can access it in an SFTP client locally.

\
The command should look like:

Expand Down
8 changes: 4 additions & 4 deletions docs/use-cases/smb.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
icon: folder-tree
description: >-
In this guide, we demonstrate how to use the NoPorts Tunnel to mount a SMB
share on a remote machine on 192.168.1.90 to localhost:9000 so we can access
the SMB share service locally.
---

# SMB

## Overview

In this guide, we demonstrate how to use the NoPorts Tunnel to mount a SMB share on a remote machine on 192.168.1.90 to localhost:9000 so we can access the SMB share service locally.

The command should look like:

Expand All @@ -32,8 +34,6 @@ Now you can mount the SMB share locally using the finder app ( Go->Connect to se

Once mounted you can use the file share as normal, as you dismount the file share the NPT command will disconnect.



{% hint style="info" %}
Windows mounting on a non-standard port is currently not supported by Microsoft but they are working on it.

Expand Down
7 changes: 5 additions & 2 deletions docs/use-cases/ssh.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
icon: rectangle-terminal
description: >-
In this guide, we demonstrate how to use SSH NoPorts to SSH to a remote
machine.
---

# SSH

## Overview

In this guide, we demonstrate how to use SSH NoPorts to SSH to a remote machine.



The command should look like:

Expand Down

0 comments on commit 0b80660

Please sign in to comment.