From 9112c05e53bf0197b212fbd470d260700de290c3 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 23 Apr 2024 18:36:50 -0400 Subject: [PATCH 1/4] add a shortcut route for the zrok quickstart --- dist/cloudfront/get.openziti.io/routes.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist/cloudfront/get.openziti.io/routes.yml b/dist/cloudfront/get.openziti.io/routes.yml index e893bb4e5..967c83b68 100644 --- a/dist/cloudfront/get.openziti.io/routes.yml +++ b/dist/cloudfront/get.openziti.io/routes.yml @@ -42,3 +42,8 @@ - get: /dist/ raw: /openziti/ziti/{{GITHUB_SHA}}/dist/ file: /docker-images/ziti-router/compose.yml + +# https://get.openziti.io/zrok-docker/compose.yml +- get: /zrok-docker/ + raw: /openziti/zrok/main/docker/compose/zrok-instance/ + file: compose.yml \ No newline at end of file From f47e4a3cf1c6b68398b19595702664f9db7413b4 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Thu, 2 May 2024 13:39:19 -0400 Subject: [PATCH 2/4] revise the zrok shortcut --- dist/cloudfront/get.openziti.io/routes.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/cloudfront/get.openziti.io/routes.yml b/dist/cloudfront/get.openziti.io/routes.yml index 967c83b68..93ff6b6ca 100644 --- a/dist/cloudfront/get.openziti.io/routes.yml +++ b/dist/cloudfront/get.openziti.io/routes.yml @@ -43,7 +43,7 @@ raw: /openziti/ziti/{{GITHUB_SHA}}/dist/ file: /docker-images/ziti-router/compose.yml -# https://get.openziti.io/zrok-docker/compose.yml -- get: /zrok-docker/ - raw: /openziti/zrok/main/docker/compose/zrok-instance/ - file: compose.yml \ No newline at end of file +# https://get.openziti.io/zrok/docker/compose/zrok-instance/compose.yml +- get: /zrok/ + raw: /openziti/zrok/main/ + file: docker/compose/zrok-instance/compose.yml \ No newline at end of file From e1122e7f6f14e9a122798e4b2954180bc8aa7333 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Thu, 2 May 2024 14:03:06 -0400 Subject: [PATCH 3/4] Revert "revise the zrok shortcut" This reverts commit f47e4a3cf1c6b68398b19595702664f9db7413b4. --- dist/cloudfront/get.openziti.io/routes.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/cloudfront/get.openziti.io/routes.yml b/dist/cloudfront/get.openziti.io/routes.yml index 93ff6b6ca..967c83b68 100644 --- a/dist/cloudfront/get.openziti.io/routes.yml +++ b/dist/cloudfront/get.openziti.io/routes.yml @@ -43,7 +43,7 @@ raw: /openziti/ziti/{{GITHUB_SHA}}/dist/ file: /docker-images/ziti-router/compose.yml -# https://get.openziti.io/zrok/docker/compose/zrok-instance/compose.yml -- get: /zrok/ - raw: /openziti/zrok/main/ - file: docker/compose/zrok-instance/compose.yml \ No newline at end of file +# https://get.openziti.io/zrok-docker/compose.yml +- get: /zrok-docker/ + raw: /openziti/zrok/main/docker/compose/zrok-instance/ + file: compose.yml \ No newline at end of file From b3621d339a21930f51286cf8dd98bab89e77963c Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Thu, 2 May 2024 14:04:43 -0400 Subject: [PATCH 4/4] revise the zrok shortcut --- dist/cloudfront/get.openziti.io/routes.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/cloudfront/get.openziti.io/routes.yml b/dist/cloudfront/get.openziti.io/routes.yml index 967c83b68..d9a1c14c3 100644 --- a/dist/cloudfront/get.openziti.io/routes.yml +++ b/dist/cloudfront/get.openziti.io/routes.yml @@ -43,7 +43,8 @@ raw: /openziti/ziti/{{GITHUB_SHA}}/dist/ file: /docker-images/ziti-router/compose.yml -# https://get.openziti.io/zrok-docker/compose.yml -- get: /zrok-docker/ +# https://get.openziti.io/zrok-instance/compose.yml +- get: /zrok-instance/ raw: /openziti/zrok/main/docker/compose/zrok-instance/ - file: compose.yml \ No newline at end of file + file: compose.yml + \ No newline at end of file