Commit Graph

2612 Commits

Author SHA1 Message Date
Mike Guthrie
93dd468b29
Merge pull request #852 from openziti/doc_custom_domains
Doc guide for custom domains
2025-02-05 08:48:45 -05:00
Kenneth Bingham
8393145a14
Merge pull request #853 from openziti/py-sdk-allow-missing-config-json
let load env config.json be partial or missing
2025-02-03 17:29:41 -05:00
Kenneth Bingham
70eb2fe0eb
announce fix 2025-02-03 17:29:05 -05:00
Mike Guthrie
d37db511b4
Updates based on doc feedback 2025-02-03 15:03:33 -05:00
Kenneth Bingham
8003c39e81
let load env config.json be partial or missing 2025-02-01 11:29:24 -05:00
Mike Guthrie
f84e42cec4
First draft of doc guide for custom domains through myzrok.io 2025-01-31 12:03:52 -05:00
Kenneth Bingham
030c87aa4b
Merge pull request #851 from openziti/qrkourier-patch-3
refine readme
2025-01-31 10:44:26 -05:00
Kenneth Bingham
f5ceeb9fe8
refine readme
Signed-off-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
2025-01-30 10:40:48 -05:00
Kenneth Bingham
e920137a6a
Merge pull request #839 from openziti/getting-started-doc-update
markdown tweaks
2025-01-29 14:22:43 -05:00
Kenneth Bingham
4ff058041e
Merge pull request #848 from openziti/bwong365-depends-on-ziti-quickstart
docker instance - wait for ziti
2025-01-29 10:10:18 -05:00
Kenneth Bingham
7bd331993f
Merge branch 'main' into bwong365-depends-on-ziti-quickstart
Signed-off-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
2025-01-29 10:10:06 -05:00
Kenneth Bingham
73e66c3ef6
Merge pull request #845 from openziti/843-ssl-not-being-generated-caddy-godaddy
docker instance - document troubleshooting slow dns
2025-01-29 10:09:26 -05:00
Kenneth Bingham
4ba4999b7b
Merge branch 'main' into 843-ssl-not-being-generated-caddy-godaddy
Signed-off-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
2025-01-29 10:09:13 -05:00
Kenneth Bingham
ec1cabe559
Merge pull request #844 from openziti/enhance-config-usage-hint
hint how to list valid env configName(s)
2025-01-29 10:06:17 -05:00
Kenneth Bingham
9b8fafbc71
Merge branch 'main' into enhance-config-usage-hint
Signed-off-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
2025-01-29 10:06:04 -05:00
Kenneth Bingham
3e6496f39f
Merge pull request #850 from openziti/release-pypi-publish
fix pypi publishing
2025-01-29 10:02:38 -05:00
Kenneth Bingham
13f41a688c
Merge pull request #846 from openziti/py-sdk-overview-class
Py SDK ProxyShare module
2025-01-29 10:01:44 -05:00
Kenneth Bingham
7f10f1ced7
announce pypi publish fix 2025-01-29 05:41:56 -05:00
Kenneth Bingham
25d15c9bae
announce docker instance change 2025-01-29 05:31:38 -05:00
Ben Wong
4f57d54b8f
Add ziti-quickstart to the depends_on fields of zrok-controller and zrok-frontend 2025-01-29 05:26:39 -05:00
Kenneth Bingham
ed98590dc3
fix wheels download dir 2025-01-29 05:18:19 -05:00
Kenneth Bingham
dfbaae37ae
publish to pypi in a separate job if testpypi succeeds 2025-01-29 04:51:14 -05:00
Kenneth Bingham
621dfab56a
Merge pull request #847 from openziti/py-sdk-example-proxy
add a py sdk example for a proxy backend
2025-01-29 04:36:40 -05:00
Kenneth Bingham
c471aefe7a
add Jupyter notebook proxy example 2025-01-29 04:33:24 -05:00
Kenneth Bingham
5c64a73aad
add share mode 2025-01-29 04:06:37 -05:00
Kenneth Bingham
41ce0809ab
document the proxy example 2025-01-29 03:41:40 -05:00
Kenneth Bingham
2f31df4727
implement default frontend config 2025-01-29 03:25:45 -05:00
Kenneth Bingham
9294981305
support custom domains and insecure https targets 2025-01-29 03:24:56 -05:00
Kenneth Bingham
6d4cc020ce
tidy py sdk 2025-01-28 18:53:14 -05:00
Kenneth Bingham
fe056a2ccc
migrate the proxy example to ProxyShare class so it's a reusable feature of the Py SDK 2025-01-28 18:46:53 -05:00
Kenneth Bingham
9097643617
tidy py sdk 2025-01-28 18:08:36 -05:00
Kenneth Bingham
f27ab0a888
tidy py sdk 2025-01-28 18:08:14 -05:00
Kenneth Bingham
26a3d802e7
add a py sdk example for a proxy backend 2025-01-28 18:00:25 -05:00
Kenneth Bingham
141d219ef7
add a py sdk function to release a reserved share 2025-01-28 17:58:37 -05:00
Kenneth Bingham
32611af5f4
refactor overview class implementation to leverage existing EnvironmentAndResources model 2025-01-28 17:58:16 -05:00
Kenneth Bingham
e16ae7f43e
tidy py sdk examples 2025-01-28 17:57:36 -05:00
Kenneth Bingham
701f897678
make overview a class with data types instead of a function that returns JSON 2025-01-28 15:20:21 -05:00
Kenneth Bingham
9ee3db852a
tidy py sdk examples 2025-01-28 15:19:27 -05:00
Kenneth Bingham
a1f72c061b
punctuate consistently 2025-01-28 15:08:08 -05:00
Kenneth Bingham
9b067d2266
use cobra long messages instead of crowding the short messages with too much info 2025-01-28 15:05:35 -05:00
Kenneth Bingham
6dd441a6d6
announce Docker instance doc update 2025-01-28 14:55:46 -05:00
Kenneth Bingham
2f009957fc
add troubleshooting help for dns propagation error 2025-01-28 14:53:47 -05:00
Kenneth Bingham
f0f51057d6
hint how to list valid env configName(s) 2025-01-28 13:32:41 -05:00
Kenneth Bingham
e6b005ad90
markdown tweaks 2025-01-27 11:03:29 -05:00
Mike Guthrie
6554897473
Merge pull request #836 from openziti/getting-started-doc-update
Getting started doc update
2025-01-27 10:54:38 -05:00
Mike Guthrie
3d0cbf9cab
Fix indentation and spacing 2025-01-27 10:50:41 -05:00
Mike Guthrie
5b17fc2665
Merge branch 'getting-started-doc-update' of github.com:openziti/zrok into getting-started-doc-update 2025-01-27 09:39:31 -05:00
Mike Guthrie
9b83504446
Rework steps into an ordered lis based on feedback 2025-01-27 09:38:58 -05:00
Kenneth Bingham
6bbfefbe04
fix button font 2025-01-24 14:55:29 -05:00
Mike Guthrie
05d8578e88
updates based on PR feedback 2025-01-24 13:35:46 -05:00