mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
added 'something' to the core features landing page, small typo on sharing
This commit is contained in:
parent
f46cfab38b
commit
e37cacaab2
@ -4,7 +4,7 @@ sidebar_position: 30
|
|||||||
# File Sharing
|
# File Sharing
|
||||||
|
|
||||||
With `zrok` it is possible to share files quickly and easily as well. To share files using `zrok` use
|
With `zrok` it is possible to share files quickly and easily as well. To share files using `zrok` use
|
||||||
the `--backend-mode web`, for example: `zrok share private --backend-mode web`.
|
the `--backend-mode web`, for example: `zrok share private . --backend-mode web`.
|
||||||
|
|
||||||
Running with this mode will make it trivially easy to share files from the directory which the command
|
Running with this mode will make it trivially easy to share files from the directory which the command
|
||||||
was run from.
|
was run from.
|
||||||
|
@ -3,3 +3,11 @@ sidebar_title: Core Features
|
|||||||
sidebar_position: 25
|
sidebar_position: 25
|
||||||
---
|
---
|
||||||
# Core Features
|
# Core Features
|
||||||
|
|
||||||
|
`zrok` was built for sharing resources. This doc is meant to explain the core features of `zrok` sharing
|
||||||
|
as well as other important features.
|
||||||
|
|
||||||
|
Sharing with `zrok` can be either [`public`](./sharing-public.md) or [`private`](./sharing-private.md).
|
||||||
|
Naturally, regular web-based resources can be shared but `zrok` also includes a [file sharing](./files.md) feature.
|
||||||
|
|
||||||
|
Learn about `zrok` [hosting here](./hosting.md).
|
Loading…
Reference in New Issue
Block a user