update
authorJoey Hess <joeyh@joeyh.name>
Wed, 24 Jul 2024 15:13:37 +0000 (11:13 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 24 Jul 2024 15:13:37 +0000 (11:13 -0400)
doc/todo/git-annex_proxies.mdwn

index ad221aa9a15eb7964025838c981754cc6b161449..a664f5749a0e594e1f857fba276b29b22c736f61 100644 (file)
@@ -28,12 +28,7 @@ Planned schedule of work:
 
 ## work notes
 
-* Rest of Remote.Git needs implementing.
-
-* git-annex p2phttp serving .well-known for ACME.
-
-* git-annex p2phttp needs to support https. Including serving .well-known
-  for ACME.
+* Rest of Remote.Git needs implementing: put, drop, lock
 
 * A Locker should expire the lock on its own after 10 minutes,
   initially. Once keeplocked is called, the expiry should end with the end
@@ -41,12 +36,6 @@ Planned schedule of work:
 
 * Make http server support proxies and clusters.
 
-* `git-annex p2phttp` could support systemd socket activation. This would
-  allow making a systemd unit that listens on port 80.
-
-* Perhaps: Support cgi program that proxies over to a webserver
-  speaking the http protocol.
-
 ## completed items for July's work on p2p protocol over http
 
 * HTTP P2P protocol document [[design/p2p_protocol_over_http]].
@@ -61,6 +50,14 @@ Planned schedule of work:
 
 * Make git-annex p2phttp support https.
 
+## items deferred until later for p2p protocol over http
+
+* `git-annex p2phttp` could support systemd socket activation. This would
+  allow making a systemd unit that listens on port 80.
+
+* `git-annex p2phttp` could serve `.git/annex/p2phttp/.well-known/`, 
+  allowing it to be used by an ACME client to get certificates.
+
 ## items deferred until later for [[design/passthrough_proxy]]
 
 * Check annex.diskreserve when proxying for special remotes