summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar cbaines <cbaines@web>2014-06-28 10:25:06 +0000
committerGravatar admin <admin@branchable.com>2014-06-28 10:25:06 +0000
commite5fa23f6d88d087847c00c305aacbd3c9889d726 (patch)
treecb13cdf54cfcb8d9c269578290b58bcce2e7c3a3 /doc
parentf9f5deca751a50d371d18579259b8ec4efb56e6e (diff)
Add forum question about public annexes
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/public__44___read_only_annex_without_location_tracking.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/public__44___read_only_annex_without_location_tracking.mdwn b/doc/forum/public__44___read_only_annex_without_location_tracking.mdwn
new file mode 100644
index 000000000..88f8b21c2
--- /dev/null
+++ b/doc/forum/public__44___read_only_annex_without_location_tracking.mdwn
@@ -0,0 +1,7 @@
+I would like to use a public, read only annex to publish photos. I have a server, running gitolite, with git-annex setup, which I use successfully to sync content between my own devices.
+
+But, with a public annex, I would like the view of the repository available from the server to be that only the server has the content, and not to have, or give out any of the location tracking information about any other annexes?
+
+A more concrete example would be, how do I get a photo in to git annex locally, and then push this to the server for public access, without publishing information about my local repository?
+
+From the public annexes I have looked at, this does not appear to be done. So I am unsure if this is even possible, however it seems a desirable thing to do?