2016-12-27 20:36:05 +00:00
|
|
|
<div .col-sm-9>
|
|
|
|
<div .content-box>
|
|
|
|
<h2>
|
|
|
|
$case pairingwith
|
|
|
|
$of PairingWithSelf
|
|
|
|
Preparing for pairing your devices
|
|
|
|
$of PairingWithFriend
|
2016-12-28 19:55:54 +00:00
|
|
|
Preparing for sharing with a friend
|
2016-12-27 20:36:05 +00:00
|
|
|
<p>
|
2016-12-28 19:55:54 +00:00
|
|
|
This will connect two git-annex repositories using #
|
2016-12-27 20:36:05 +00:00
|
|
|
<a href="https://torproject.org/">Tor</a>, #
|
|
|
|
allowing files to be shared between them.
|
|
|
|
<p>
|
|
|
|
First, a Tor hidden service needs to be set up on this computer.
|
|
|
|
<p>
|
|
|
|
<a .btn .btn-primary onclick="$('#setupmodal').modal('show');" href="@{PrepareWormholePairR pairingwith}">
|
|
|
|
<span .glyphicon .glyphicon-resize-small>
|
|
|
|
\ Let's get started #
|
|
|
|
<div .modal .fade #setupmodal>
|
|
|
|
<div .modal-dialog>
|
|
|
|
<div .modal-content>
|
|
|
|
<div .modal-header>
|
|
|
|
<h3>
|
|
|
|
Enabling Tor hidden service ...
|
|
|
|
<div .modal-body>
|
2016-12-28 19:55:54 +00:00
|
|
|
$case describePasswordPrompt' sucommand
|
|
|
|
$of Nothing
|
|
|
|
#
|
|
|
|
$of (Just promptdesc)
|
|
|
|
<p>
|
|
|
|
#{promptdesc} in order to enable the Tor hidden service.
|
2016-12-27 20:36:05 +00:00
|
|
|
<p>
|
2016-12-28 19:55:54 +00:00
|
|
|
This could take several minutes to finish. If it #
|
|
|
|
is taking too long, check that you are connected to the #
|
2016-12-27 20:47:00 +00:00
|
|
|
network, and that Tor is working.
|