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
|
Make an unencrypted git repository on the server
|
||||||
<p style="text-align: center">
|
<p style="text-align: center">
|
||||||
-or-
|
-or-
|
||||||
<h3>
|
$if hasCapability sshdata RsyncCapable
|
||||||
Simple shared encryption
|
<h3>
|
||||||
<p>
|
Simple shared encryption
|
||||||
This allows everyone who has a clone of this repository to #
|
<p>
|
||||||
decrypt the files stored on #{sshHostName sshdata}. That makes #
|
This allows everyone who has a clone of this repository to #
|
||||||
it good for sharing. And it's easy to set up and use.
|
decrypt the files stored on #{sshHostName sshdata}. That makes #
|
||||||
<p>
|
it good for sharing. And it's easy to set up and use.
|
||||||
<a .btn .btn-default href="@{MakeSshRsyncR sshdata}" onclick="$('#setupmodal').modal('show');">
|
<p>
|
||||||
<span .glyphicon .glyphicon-lock>
|
<a .btn .btn-default href="@{MakeSshRsyncR sshdata}" onclick="$('#setupmodal').modal('show');">
|
||||||
\ Use shared encryption
|
<span .glyphicon .glyphicon-lock>
|
||||||
|
\ Use shared encryption
|
||||||
$if hasCapability sshdata GitCapable
|
$if hasCapability sshdata GitCapable
|
||||||
<p style="text-align: center">
|
<p style="text-align: center">
|
||||||
-or-
|
-or-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue