diff --git a/doc/forum/Web_interface_to_git-annex__63__.mdwn b/doc/forum/Web_interface_to_git-annex__63__.mdwn new file mode 100644 index 0000000000..cd4f838713 --- /dev/null +++ b/doc/forum/Web_interface_to_git-annex__63__.mdwn @@ -0,0 +1,5 @@ +Is there currently such a thing as a Web interface for viewing files in a git-annex repository, and being able to carry out git-annex operations like get/drop? + +There are several different Web-based file browsers available, which work fine on a git-annex repo but don't let you do annex operations. I could also run a generic WebDAV server and client, but that has the same problem. + +The eventual use case is to expose the interface behind an HTTPS reverse proxy that will handle authentication, so no authentication functionality is needed.