projekte:tahoe-lafs

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
projekte:tahoe-lafs [17.07.2012 15:54] – angelegt progamlerprojekte:tahoe-lafs [05.08.2022 22:51] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 ====== Tahoe Lafs ====== ====== Tahoe Lafs ======
-===== Introducer ===== +===== Clients =====
-| **Standort** | **Admin** | **Connection** | +
-| Dortmund-CTDO | proGamler | 50M | +
-===== Node ===== +
-===== Client =====+
  
 +==== Introducer ====
 +| **Standort** | **Admin** | **Connection** | **furl** |
 +| Dortmund-CTDO | proGamler | 50M | <code>pb://3wsrdafpcvyaygvrog73bbdizcqbza65@tahoe.chaostreff-dortmund.de:43391/introducer</code> |
 +==== Stats ====
 +| **Standort** | **Admin** | **Connection** | **furl** |
 +| Dortmund-CTDO | proGamler | 50M | <code>pb://qqw24uvbih4p3zsrzsm24t5f5sp2ur4z@tahoe.chaostreff-dortmund.de:59847/6wqmyeshfyo6cesab2n64hsj7eqsy6is</code> |
 +==== Node ====
 +| **Standort**   | **admin**  | **Connection**  | **24/7**  | **Space**  | **RAM**  |
 +| Dortmund-CTDO  | proGamler  | 50M             | X         | 50G        | 1G       |
  
 +
 +
 +
 +==== Client ====
 +| **Standort**  | **User**   | **benutzerkreis**  | **Aktiv**  |
 +| Moving        | proGamler  | notebook           | nein       |
 +| CTDO          | Zeus       | Raumnetz/Filebase  | Nein       |
 +
 +===== HowTo =====
 +==== Ubuntu 12.04 ====
 +<code>
 +apt-get install tahoe-lafs
 +wget http://ftp.de.debian.org/debian/pool/main/t/tahoe-lafs/tahoe-lafs_1.9.2-1_all.deb
 +dpkg -i tahoe-lafs_1.9.2-1_all.deb
 +</code>
 +Und schon ist man auf der Neusten Version!
 +
 +==== General fallback ====
 +Setzt voraus, das ihr python2.x und setuptools installiert habt.
 +<code>
 +git clone git://github.com/warner/tahoe-lafs.git
 +cd tahoe-lafs
 +python setup.py build
 +python setup.py install
 +</code>
 +
 +
 +===== Config =====
 +==== Sample Konfig ====
 +<code>
 +[node]
 +nickname = progamler
 +web.port = tcp:3456:interface=127.0.0.1
 +web.static = public_html
 +
 +[client]
 +introducer.furl = pb://3wsrdafpcvyaygvrog73bbdizcqbza65@tahoe.chaostreff-dortmund.de:43391/introducer
 +stats_gatherer.furl = pb://qqw24uvbih4p3zsrzsm24t5f5sp2ur4z@tahoe.chaostreff-dortmund.de:59847/6wqmyeshfyo6cesab2n64hsj7eqsy6is
 +shares.needed = 2
 +shares.happy = 4
 +shares.total = 10
 +
 +[storage]
 +enabled = true
 +# Keeps 5G of space available on hard disk
 +reserved_space = 5G
 +
 +[helper]
 +enabled = false
 +
 +[drop_upload]
 +enabled = false
 +
 +
 +
 +</code>
  
  
  • Zuletzt geändert: 05.08.2022 22:51
  • (Externe Bearbeitung)