From 241b275f6384a009a1547d88b9b090ae6470df18 Mon Sep 17 00:00:00 2001 From: tomdhunt Date: Sun, 4 Sep 2022 04:39:20 +0000 Subject: [PATCH] --- doc/forum/Web_interface_to_git-annex__63__.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/Web_interface_to_git-annex__63__.mdwn 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.