This commit is contained in:
Michael Quigley 2023-06-26 12:06:33 -04:00
parent 0f2ea4d510
commit 5f9ac52a7f
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
sidebar_position: 0
---
# Shares - Private
# Private Shares
`zrok` was built to share and access digital resources. A `private` share allows a resource to be
accessed on another user's system as if it were local to them. Privately shared resources can only be accessed by another `zrok` user who has the details of your unique share. You are in control of who can access your `private` shares by sharing the the share token.

View File

@ -1,7 +1,7 @@
---
sidebar_position: 10
---
# Shares - Public
# Public Shares
`zrok` supports `public` sharing for web-based (HTTP and HTTPS) resources. These resources are easily shared with the general internet through public access points.

View File

@ -1,7 +1,7 @@
---
sidebar_position: 10
---
# Shares - Reserved
# Reserved Shares
By default a `public` or `private` share is allocated a _share token_ when you run the `zrok share` command. The `zrok share` command is the bridge between your local environment and the users you are sharing with. When you terminate the `zrok share`, the bridge is eliminated and the _share token_ is deleted. If you run `zrok share` again, you will be allocated a brand new _share token_.