want to avoid rsync only shared repo as an option when it doesn't work, as on GitLab
This commit is contained in:
parent
343ab2e358
commit
e1707dfe7c
1 changed files with 11 additions and 10 deletions
|
@ -35,16 +35,17 @@
|
|||
Make an unencrypted git repository on the server
|
||||
<p style="text-align: center">
|
||||
-or-
|
||||
<h3>
|
||||
Simple shared encryption
|
||||
<p>
|
||||
This allows everyone who has a clone of this repository to #
|
||||
decrypt the files stored on #{sshHostName sshdata}. That makes #
|
||||
it good for sharing. And it's easy to set up and use.
|
||||
<p>
|
||||
<a .btn .btn-default href="@{MakeSshRsyncR sshdata}" onclick="$('#setupmodal').modal('show');">
|
||||
<span .glyphicon .glyphicon-lock>
|
||||
\ Use shared encryption
|
||||
$if hasCapability sshdata RsyncCapable
|
||||
<h3>
|
||||
Simple shared encryption
|
||||
<p>
|
||||
This allows everyone who has a clone of this repository to #
|
||||
decrypt the files stored on #{sshHostName sshdata}. That makes #
|
||||
it good for sharing. And it's easy to set up and use.
|
||||
<p>
|
||||
<a .btn .btn-default href="@{MakeSshRsyncR sshdata}" onclick="$('#setupmodal').modal('show');">
|
||||
<span .glyphicon .glyphicon-lock>
|
||||
\ Use shared encryption
|
||||
$if hasCapability sshdata GitCapable
|
||||
<p style="text-align: center">
|
||||
-or-
|
||||
|
|
Loading…
Reference in a new issue