From 5c10b36f4f9e002b2710bc3bfb2aa939c4868846 Mon Sep 17 00:00:00 2001 From: Stephen Von Worley Date: Thu, 2 Nov 2023 10:06:09 -0700 Subject: [PATCH] add github codespaces "launch with" url --- dockstore_launcher_config/compose.config | 1 + templates/web.yml.template | 1 + 2 files changed, 2 insertions(+) diff --git a/dockstore_launcher_config/compose.config b/dockstore_launcher_config/compose.config index aaae2a2..f284df5 100644 --- a/dockstore_launcher_config/compose.config +++ b/dockstore_launcher_config/compose.config @@ -34,6 +34,7 @@ "GITHUB_APP_PRIVATE_KEY_FILE": "/replaceme", "GITHUB_CLIENT2_ID":"foobared", "GITHUB_CLIENT2_SECRET":"foobared", +"GITHUB_CODESPACES_IMPORT_URL":"replaceme", "GITLAB_CLIENT_ID":"foobar", "GITLAB_CLIENT_SECRET":"foobar", "GOOGLE_CLIENT_ID":"potato", diff --git a/templates/web.yml.template b/templates/web.yml.template index 578f7e3..e20427d 100644 --- a/templates/web.yml.template +++ b/templates/web.yml.template @@ -168,6 +168,7 @@ uiConfig: elwaziImportUrl: {{ ELWAZI_IMPORT_URL }} colabImportUrl: {{ COLAB_IMPORT_URL }} mybinderImportUrl: {{ MYBINDER_IMPORT_URL }} + gitHubCodespacesImportUrl: {{ GITHUB_CODESPACES_IMPORT_URL }} gitHubAuthUrl: https://github.com/login/oauth/authorize