done
authorJoey Hess <joeyh@joeyh.name>
Fri, 11 Apr 2025 17:22:20 +0000 (13:22 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 11 Apr 2025 17:22:20 +0000 (13:22 -0400)
doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site.mdwn
doc/todo/encrypt_just_the_annex_on_git+annex_hosting_site/comment_5_8423d36a81a91aacce9e1906baee5626._comment [new file with mode: 0644]

index f637a5addb9c7b1e2168cff92f408352e9b98081..ff258016018873ca574b702670a474e16b63ce8b 100644 (file)
@@ -14,3 +14,5 @@ The advantage of having the annexed files but not the git repo encrypted is that
 Thanks in advance for considering! -- MSz
 
 [[!tag projects/INM7]]
+
+> [[done]], by implementing the mask special remote --[[Joey]]
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
new file mode 100644 (file)
index 0000000..8472398
--- /dev/null
@@ -0,0 +1,12 @@
+[[!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
+"""]]