Seite anzeigenÄltere VersionenLinks hierherNach oben Diese Seite ist nicht editierbar. Du kannst den Quelltext sehen, jedoch nicht verändern. Kontaktiere den Administrator, wenn du glaubst, dass hier ein Fehler vorliegt. ====== Tahoe Lafs ====== ===== Clients ===== ==== 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)