mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 00:23:48 +01:00
Merge branch 'main' of github.com:openziti/zrok
This commit is contained in:
commit
0cb8eb82cc
@ -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
|
||||
|
||||
|
@ -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"
|
||||
}
|
@ -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"
|
||||
}
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user