From 1b609ba2b84f9b726e9eaf8cf2aae81c8eecfb99 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jan 2014 03:26:26 +0100 Subject: sites: add tahoe.retiolum --- sites/tahoe.retiolum/README.md | 16 ++++++++++++++++ sites/tahoe.retiolum/conf/tahoe.cfg | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 sites/tahoe.retiolum/README.md create mode 100644 sites/tahoe.retiolum/conf/tahoe.cfg (limited to 'sites') diff --git a/sites/tahoe.retiolum/README.md b/sites/tahoe.retiolum/README.md new file mode 100644 index 00000000..01e8ed03 --- /dev/null +++ b/sites/tahoe.retiolum/README.md @@ -0,0 +1,16 @@ +# Tahoe in Retiolum +For all the secret stuff, krebsco is using a tahoe installation with 1 +introducer and a number of tahoe bricks. + +# Adding new bricks & clients +see //cholerab/tahoe/{brick,client}\_installation + +# Replacing the introducer +if the introducer may die off, all crypto material is saved in +krebs:tahoe/introducer. There will be a backup somewhere, but bootstrapping +always sucks. + +Follow the generic brick installation, +use the configuration file at conf/tahoe.cfg and copy the crypto material in +the private folder of the installation. +autostart that shit diff --git a/sites/tahoe.retiolum/conf/tahoe.cfg b/sites/tahoe.retiolum/conf/tahoe.cfg new file mode 100644 index 00000000..f70a94da --- /dev/null +++ b/sites/tahoe.retiolum/conf/tahoe.cfg @@ -0,0 +1,4 @@ +[node] +nickname = intro +web.port = +web.static = public_html -- cgit v1.2.3