Commit Graph

1768 Commits

Author SHA1 Message Date
Kenneth Bingham
5126add525
refine unique name doc 2023-12-11 18:23:27 -05:00
Kenneth Bingham
d4c005ccf3
normalize var names with "ZROK_" prefix 2023-12-11 18:05:29 -05:00
Michael Quigley
444b45626f
Merge pull request #479 from openziti/vanity_share_tokens
Unique Names (Vanity Share Tokens) (#123)
2023-12-11 17:22:49 -05:00
Kenneth Bingham
32333aef98
optionally exit when only reserving so we can host with the SDK and do not need a proxy 2023-12-11 15:36:19 -05:00
Kenneth Bingham
95104a0cf3
adopt UNIQUE_NAME convention in frontdoor doc 2023-12-11 11:59:31 -05:00
Kenneth Bingham
79a0b6b0dc
ignore stashed override files 2023-12-11 11:59:28 -05:00
Kenneth Bingham
9cf4dee896
document using vanity subdomains with frontdoor 2023-12-11 11:59:25 -05:00
Kenneth Bingham
b887e33a30
explain UNIQUE_NAME in the reserved public share context 2023-12-11 11:59:23 -05:00
Kenneth Bingham
63d639408c
expect the unique-name option in reserved share wrappers 2023-12-11 11:59:11 -05:00
Cam Otts
7c5680077c
Merge pull request #484 from openziti/python-public-shares
fix spelling mistake and add conditional setting
2023-12-11 09:42:34 -06:00
Michael Quigley
e68752c763
Merge pull request #482 from abdullhakim-sami/patch-1
dublicate word (as) Update instance-configuration.mdx
2023-12-11 10:37:31 -05:00
Cam
142e7e50b6
fix spelling mistake and add conditional setting 2023-12-11 09:32:07 -06:00
abdullhakim-sami
573d414aeb
dublicate word (as) Update instance-configuration.mdx
Signed-off-by: abdullhakim-sami <136203274+abdullhakim-sami@users.noreply.github.com>
2023-12-10 10:48:00 +03:00
Cam
4f457155a7
Moved defaultable params further down struct and capitlaized model params 2023-12-08 14:14:20 -06:00
Michael Quigley
21dc7dd5d5
Merge branch 'main' into vanity_share_tokens 2023-12-08 13:14:59 -05:00
Michael Quigley
2e7c183f4b
this file should not be changed (#123) 2023-12-08 13:14:54 -05:00
Michael Quigley
e3920330bc
CHANGELOG (#123) 2023-12-08 13:11:59 -05:00
Michael Quigley
b6de71bb17
update the python sdk to support both reserved shares and unique names (#123) 2023-12-08 13:02:54 -05:00
Michael Quigley
5ef3924ac0
sqlite schema update to constrain token uniqueness only when not deleted (#123) 2023-12-08 12:54:31 -05:00
Michael Quigley
f61b2c9086
basic unique name implementation (#123) 2023-12-08 12:03:07 -05:00
Michael Quigley
ead350b442
added 'uniqueName' to the share request in the api spec (#123) 2023-12-07 14:26:03 -05:00
Kenneth Bingham
e186958f89
Merge pull request #476 from openziti/frontdoor-modal-diagram
use ThemedImage component
2023-12-07 13:52:25 -05:00
Kenneth Bingham
fa0cb680e5
upgrade Docusaurus to 3.0.1 2023-12-07 13:46:56 -05:00
Kenneth Bingham
7c522ddd2e
prune a stray semi-colon 2023-12-07 11:30:32 -05:00
Kenneth Bingham
23b08aa4bd
use ThemedImage component instead of CSS to switch frontdoor diagram dark mode 2023-12-07 11:29:02 -05:00
Kenneth Bingham
bfa1c39b4c
Merge pull request #475 from openziti/frontdoor-modal-diagram
add light/dark modal frontdoor diagram
2023-12-07 10:47:54 -05:00
Kenneth Bingham
b0c71a702c
finish adding light/dark mode frontdoor diagram 2023-12-07 10:46:33 -05:00
Kenneth Bingham
8b59787fc5
start adding light/dark mode frontdoor diagram 2023-12-06 21:52:31 -05:00
Michael Quigley
70a43b5ac7
lint 2023-12-06 13:48:08 -05:00
Michael Quigley
26e2dff5ac
Merge pull request #457 from openziti/python-sdk
Python SDK (#401)
2023-12-05 17:27:59 -05:00
Cam
f1897e7034
small fix 2023-12-05 16:21:26 -06:00
Cam
a0b3dbb18b
update zrok-venv in gitignore 2023-12-05 15:50:51 -06:00
Cam
5c553f6144
Merge branch 'main' of github.com:openziti/zrok into python-sdk 2023-12-05 13:51:51 -06:00
Cam
19bca3e8fa
removed extra paren 2023-12-05 13:51:08 -06:00
Cam
e40dd15921
update changelog 2023-12-05 13:29:17 -06:00
Kenneth Bingham
669fdf7b34
Merge pull request #471 from openziti/docker-docs-samples
summarize docker samples changes
2023-12-05 14:24:39 -05:00
Cam
73414b85d6
removed very wrong gitignore declarations 2023-12-05 13:24:03 -06:00
Kenneth Bingham
47278dbc33
Merge pull request #472 from openziti/frontdoor-embed-video
enhance frontdoor install guide
2023-12-05 13:47:31 -05:00
Kenneth Bingham
fc91ec1f14
summarize docker samples changes 2023-12-05 13:46:11 -05:00
Kenneth Bingham
955d0e1f3c
Merge pull request #468 from openziti/stop-debugging
finish debugging docker compose
2023-12-05 13:43:46 -05:00
Kenneth Bingham
ba2ddd30ac
finish debugging docker compose 2023-12-05 13:43:23 -05:00
Kenneth Bingham
c0202e183e
prune unused import 2023-12-05 13:41:11 -05:00
Kenneth Bingham
191f0065c6
explain a bit about about zrok frontdoor in the install guide 2023-12-04 17:20:31 -05:00
Kenneth Bingham
4ad7356211
revert solidifying Tux so he looks transparent like the other logos 2023-12-04 17:20:13 -05:00
Cam
f90f5aebb1
Merge branch 'main' of github.com:openziti/zrok into python-sdk 2023-12-04 15:57:00 -06:00
Cam Otts
f638213e68
Merge pull request #462 from openziti/go-sdk-move
move the go sdk into subdir
2023-12-04 15:56:36 -06:00
Cam
c8b240037c
update python action 2023-12-04 15:50:09 -06:00
Cam
410846bb07
Added blurb on moving golang sdk for normalization 2023-12-04 10:25:57 -06:00
Cam
aa7a65231b
Merge branch 'main' of github.com:openziti/zrok into go-sdk-move 2023-12-04 10:22:37 -06:00
Kenneth Bingham
d95aa19076
embed frontdoor video in install guide 2023-12-03 15:00:00 -05:00