(no commit message)
authortomdhunt <tomdhunt@web>
Sun, 4 Sep 2022 04:39:20 +0000 (04:39 +0000)
committeradmin <admin@branchable.com>
Sun, 4 Sep 2022 04:39:20 +0000 (04:39 +0000)
doc/forum/Web_interface_to_git-annex__63__.mdwn [new file with mode: 0644]

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 (file)
index 0000000..cd4f838
--- /dev/null
@@ -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.