summaryrefslogtreecommitdiff
path: root/doc/design/assistant/configurators.mdwn
blob: 4d08ac54a961ea31e6aaa779d2c4b80b91e95b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Add to the [[webapp]] some configuration of git-annex.

There are some basic settings that pass through to `git config`, things
like how much disk space to leave free, how many copies to ensure are kept
of files, etc.

The meat of the configuration will be in configuration assistants that walk
through setting up common use cases.

* Create a repository (run when the web app is started without a configured
  repository too). **done**
* Clone this repo to a USB drive or other removable drive. **done**
* Make a bare repo on a remote ssh server **done**
* Clone this repo to another host. (Needs [[pairing]]) **done**
* Set up Amazon S3. **done**
* Set up encrypted rsync remote. **done**
* Rsync.net special case **done**
* Set up gpg encryption key; gpg key distribution.
* I lost my USB drive!
* etc -- many more possibilities