git-annex/templates/configurators/pairing/wormhole/start.hamlet

36 lines
1.2 KiB
Text
Raw Normal View History

<div .col-sm-9>
<div .content-box>
<h2>
$case pairingwith
$of PairingWithSelf
Preparing for pairing your devices
$of PairingWithFriend
Preparing for sharing with a friend
<p>
This will connect two git-annex repositories using #
<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>
$case describePasswordPrompt' sucommand
$of Nothing
#
$of (Just promptdesc)
<p>
#{promptdesc} in order to enable the Tor hidden service.
<p>
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.