Merge branch 'main' into mention-server-tls

This commit is contained in:
kbingham 2023-01-19 13:09:21 -05:00
commit 03439dd008
2 changed files with 8 additions and 4 deletions

View File

@ -115,7 +115,7 @@ The `zrok status` command shows the configured API service that your environment
In order to create an account with the `zrok` service instance, you will need to create an invitation.
> Some environments take advantage of _invitation tokens_, which limit who is able to request an invitation on the service instance. If your service uses invitation tokens, the administrator of your instance will include details about how to utilize your token to generate your invitation.
> Some environments take advantage of _invitation tokens_, which limit who is able to request an invitation on the service instance. If your service uses invitation tokens, the administrator of your instance will include details about how to use your token to generate your invitation.
We generate an invitation with the `zrok invite` command:
@ -323,7 +323,7 @@ And now if we refresh the frontend endpoint URL in the web browser, we'll see an
![zrok docs share](images/zrok_docs_share.png)
With the reserved share, we're free stop and restart the `zrok share reserved` command as many times as we want, without losing the token for our share.
With the reserved share, we're free to stop and restart the `zrok share reserved` command as many times as we want, without losing the token for our share.
When we're done with the reserved share, we can _release_ it using this command:
@ -364,5 +364,9 @@ You use the `zrok share` command to create and enable _ephemeral shares_.
You use the `zrok reserve` command to create _reserved shares_. Reserved shares last until you use the `zrok release` command to delete them.
## Self-Hosting a Service Instance
Interested in self-hosting your own `zrok` service instance? See the [self-hosting guide](../v0.3_self_hosting_guide.md) for details.
[openziti]: https://docs.openziti.io/ "OpenZiti"
[ zrok-download]: https://zrok.io "Zrok Download"
[ zrok-download]: https://zrok.io "Zrok Download"

View File

@ -1,4 +1,4 @@
# v0.3 Quick Start
# v0.3 Self-Hosting Guide
## Ziti Quickstart