Skip to content

Commit bf739c5

Browse files
committed
Add SSH limitation to the about page
1 parent 7e65b27 commit bf739c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/templates/about.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ <h2>Research Objects</h2>
187187
(<a href="https://github.com/common-workflow-language/cwlviewer/issues/103">see Github issue</a>)</p>
188188
<p>We recommend that you keep all files in the containing folder for current use of CWL Viewer</p>
189189

190+
<h2>SSH Cloning</h2>
191+
<p>SSH URLs are not able to be cloned or used as submodules due to the need for SSH keys to be set up.</p>
192+
<p>We do not plan SSH support due to the impact on reproducibility from this being made a required
193+
step to download the workflow.</p>
194+
190195
<h2>Others</h2>
191196
<p>Other limitations or unimplemented features can be viewed
192197
<a href="https://github.com/common-workflow-language/cwlviewer">on the Github issues page</a></p>

0 commit comments

Comments
 (0)