comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 11 Apr 2025 17:25:41 +0000 (13:25 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 11 Apr 2025 17:25:41 +0000 (13:25 -0400)
doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment [deleted file]
doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_6_8423d36a81a91aacce9e1906baee5626._comment [new file with mode: 0644]
doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_7_57aac89ca247fb312fd4874d2f51a198._comment [new file with mode: 0644]

diff --git a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment
deleted file mode 100644 (file)
index 8472398..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 5"""
- date="2025-04-11T17:20:08Z"
- content="""
-Implemented this as the mask special remote. 
-
-For example, to make a remote that stores annexed 
-files encrypted in the origin remote:
-
-       git annex initremote encryptedorigin type=mask remote=origin encryption=hybrid pubkey=id@joeyh.name
-"""]]
diff --git a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_6_8423d36a81a91aacce9e1906baee5626._comment b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_6_8423d36a81a91aacce9e1906baee5626._comment
new file mode 100644 (file)
index 0000000..0ef8fc9
--- /dev/null
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 6"""
+ date="2025-04-11T17:20:08Z"
+ content="""
+Implemented this as the mask special remote. 
+
+For example, to make a remote that stores annexed 
+files encrypted in the origin remote:
+
+       git annex initremote encryptedorigin type=mask remote=origin encryption=hybrid pubkey=id@joeyh.name
+"""]]
diff --git a/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_7_57aac89ca247fb312fd4874d2f51a198._comment b/doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_7_57aac89ca247fb312fd4874d2f51a198._comment
new file mode 100644 (file)
index 0000000..6790e39
--- /dev/null
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2025-04-11T17:23:59Z"
+ content="""
+> Could such a special remote use the same \"transport\" as the underlying remote (thinking of p2p http in particular), which would mean the same authentication & the same set of permissions server side?
+
+Yes, the underlying remote is used as-is, whatever it is.
+"""]]