diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-24 16:54:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-24 16:55:36 -0400 |
commit | cea8d1abce548302d8f1ad0c13f51770077fb2bd (patch) | |
tree | 2522652f62ce109ed77db4fe8acc7f8b362a522c /git-annex.cabal | |
parent | 5ae409a3f3389959f18e8e3ed28c9b2ea0e55b2b (diff) |
mocked up wormhole pairing interface in webapp
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 3b485aaed..f6a4e1660 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -197,6 +197,7 @@ Extra-Source-Files: templates/configurators/enablewebdav.hamlet templates/configurators/pairing/local/inprogress.hamlet templates/configurators/pairing/local/prompt.hamlet + templates/configurators/pairing/tor/prompt.hamlet templates/configurators/pairing/disabled.hamlet templates/configurators/addglacier.hamlet templates/configurators/fsck.cassius @@ -219,6 +220,7 @@ Extra-Source-Files: templates/configurators/addrepository/archive.hamlet templates/configurators/addrepository/cloud.hamlet templates/configurators/addrepository/connection.hamlet + templates/configurators/addrepository/torconnection.hamlet templates/configurators/addrepository/ssh.hamlet templates/configurators/addrepository/misc.hamlet templates/configurators/rsync.net/add.hamlet |