Merge branch 'main' of github.com:openziti/zrok

This commit is contained in:
Michael Quigley 2023-01-26 11:52:30 -05:00
commit 0cb8eb82cc
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
4 changed files with 12 additions and 6 deletions

View File

@ -16,7 +16,7 @@ You can be up and sharing using the `zrok.io` service in minutes. Here is a syno
### First-time Setup
* Download the binary for your platform [here](https://zrok.io)
* Download the binary for your platform [here](https://github.com/openziti/zrok/releases)
* `zrok invite` to create an account with the service
* `zrok enable` to enable your shell environment for sharing with the service

View File

@ -2,10 +2,13 @@ source = ["dist/zrok-amd64_darwin_amd64_v1/zrok"]
bundle_id = "io.zrok.zrok"
apple_id {
username = "@env:AC_USERNAME"
password = "@env:AC_PASSWORD"
}
sign {
application_identity = "Apple Distribution: NetFoundry Inc"
application_identity = "Developer ID Application: NetFoundry Inc"
}
zip {
output_path = "dist/zrok-amd64_darwin_amd64_v1/zrok.zip"
}

View File

@ -2,10 +2,13 @@ source = ["dist/zrok-arm64_darwin_arm64/zrok"]
bundle_id = "io.zrok.zrok"
apple_id {
username = "@env:AC_USERNAME"
password = "@env:AC_PASSWORD"
}
sign {
application_identity = "Apple Distribution: NetFoundry Inc"
application_identity = "Developer ID Application: NetFoundry Inc"
}
zip {
output_path = "dist/zrok-arm64_darwin_arm64/zrok.zip"
}

View File

@ -1,6 +1,6 @@
# Nginx Reverse Proxy for zrok
I'll assume you have a running zrok controller and public frontend and wish to front both with Nginx providing server TLS. Go back to [the hosting quickstart](v0.3_quickstart.md) if you still need to spin those up.
I'll assume you have a running zrok controller and public frontend and wish to front both with Nginx providing server TLS. Go back to [the self-hosting guide](v0.3_self_hosting_guide.md) if you still need to spin those up.
## Choose a Reverse Proxy Address