mirror of
https://github.com/openziti/zrok.git
synced 2025-02-16 18:20:51 +01:00
Update v0.3_self_hosting_guide.md
Signed-off-by: Ken Bingham <kenneth.bingham@netfoundry.io>
This commit is contained in:
parent
e7e9f6b261
commit
a0c86f06f7
@ -13,6 +13,10 @@ Do you want to keep the generated admin password 'XO0xHp75uuyeireO2xmmVlK91T7B9f
|
|||||||
```
|
```
|
||||||
You'll need that generated password (`XO0xHp75uuyeireO2xmmVlK91T7B9fpD`) when building your `zrok` controller configuration.
|
You'll need that generated password (`XO0xHp75uuyeireO2xmmVlK91T7B9fpD`) when building your `zrok` controller configuration.
|
||||||
|
|
||||||
|
## Install zrok
|
||||||
|
|
||||||
|
Download [the latest release](https://github.com/openziti/zrok/releases/tag/v0.3.0-rc5) from GitHub.
|
||||||
|
|
||||||
## Configure the Controller
|
## Configure the Controller
|
||||||
|
|
||||||
Create a controller configuration file in `etc/ctrl.yml`. The controller does not provide server TLS, but you may front the server with a reverse proxy. This example will expose the non-TLS listener for the controller.
|
Create a controller configuration file in `etc/ctrl.yml`. The controller does not provide server TLS, but you may front the server with a reverse proxy. This example will expose the non-TLS listener for the controller.
|
||||||
@ -56,7 +60,7 @@ The `ziti` section defines how the `zrok` controller should communicate with you
|
|||||||
|
|
||||||
The `zrok` binaries are configured to work with the global `zrok.io` service, and default to using `api.zrok.io` as the endpoint for communicating with the service.
|
The `zrok` binaries are configured to work with the global `zrok.io` service, and default to using `api.zrok.io` as the endpoint for communicating with the service.
|
||||||
|
|
||||||
To work with a local `zrok` deployment, you'll need to set the `ZROK_API_ENDPOINT` environment variable to point to the address where your `zrok` controller will be listening, according to `endpoint` in the configuration file above.
|
To work with a self-hosted `zrok` deployment, you'll need to set the `ZROK_API_ENDPOINT` environment variable to point to the address where your `zrok` controller will be listening, according to `endpoint` in the configuration file above.
|
||||||
|
|
||||||
In my case, I've set:
|
In my case, I've set:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user