summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-23 10:58:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-23 10:58:20 -0400
commit8737834b63333ff9ad4bfa1032fff96619e975c2 (patch)
treefbc5819b2376019f3f89e8121654369d366e83be /doc
parent0df4b381c053e7ef98553fbe8b7ecdc8a9ed1f77 (diff)
retitle
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/remote_not_showing_up_in_webapp.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/remote_not_showing_up_in_webapp.mdwn b/doc/bugs/remote_not_showing_up_in_webapp.mdwn
index f8b4da7b1..acd2d483f 100644
--- a/doc/bugs/remote_not_showing_up_in_webapp.mdwn
+++ b/doc/bugs/remote_not_showing_up_in_webapp.mdwn
@@ -86,3 +86,13 @@ backend usage:
"""]]
Finally, note that you sometimes see `desktop008` above: it turns out I am running `git annex` from my workstation, which NFS-mounts the `/home` directory of `markov` into `/srv/musique`. --[[anarcat]]
+
+Yesterday, I made the webapp register ssh remotes it creates.
+They then show up in the webapp when run in a repository where that ssh
+remote is not enabled.
+
+You can also manually register a ssh remote. First set up the git remote
+as usual. Then run `git annex initremote type=git name=foo
+location=$url`.
+
+[[!meta title="webapp shows transfer from 'unknown' when no remote is configured for a system that is downloading files"]]