summaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-16 16:47:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-16 16:47:41 -0400
commitcfbbaf551c3c6e11d118226df43993173635a9b0 (patch)
treefb697ca8773b5d887129836f16890df14a80b65a /doc/devblog
parent22ec3f9f1f2eceb5db2b75246576bf939831264c (diff)
blog
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_11__webapp_encrypted_drives.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_11__webapp_encrypted_drives.mdwn b/doc/devblog/day_11__webapp_encrypted_drives.mdwn
new file mode 100644
index 000000000..677c02491
--- /dev/null
+++ b/doc/devblog/day_11__webapp_encrypted_drives.mdwn
@@ -0,0 +1,12 @@
+Now the webapp can set up encrypted repositories on removable drives.
+
+[[assistant/encryptdrive.png]]
+
+This UI needs some work, and the button to create a new key is not wired
+up. Also if you have no gpg agent installed, there will be lots of password
+prompts at the console.
+
+Forked git-remote-gcrypt to fix a bug. Hopefully my patch will be merged;
+for now I recommend installing my worked version.
+
+Today's work was sponsored by Romain Lenglet.