File: day_11__webapp_encrypted_drives.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
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.