mirror of
https://git.dn42.dev/wiki/wiki
synced 2025-03-15 11:53:33 +00:00
Updated Tahoe LAFS (markdown)
This commit is contained in:
parent
ea3210276f
commit
f6746cffcf
@ -1,18 +1,16 @@
|
|||||||
# Tahoe-LAFS
|
# The idea
|
||||||
|
|
||||||
## The idea
|
|
||||||
Tahoe-LAFS provides a distributed, reliable and crypted file system.
|
Tahoe-LAFS provides a distributed, reliable and crypted file system.
|
||||||
|
|
||||||
## How?
|
# How?
|
||||||
Some people runs Tahoe-LAFS nodes, providing space. With clients files can be published and received to the cloud. Everything will be encrypted on client side and keep redundant in the cloud.
|
Some people runs Tahoe-LAFS nodes, providing space. With clients files can be published and received to the cloud. Everything will be encrypted on client side and keep redundant in the cloud.
|
||||||
|
|
||||||
## Vorteile
|
# Benefit
|
||||||
Durch die Redundanz können auf Tahoe-LAFS-Knoten ausfallen und trotzdem bedeutet das nicht direkt Datenverlust. Standardmäßig benötigt man ca. 3 von 10 Teilen einer Datei, damit diese dann wieder korrekt zusammen gesetzt werden kann.
|
Default you need only 3 of 10 parts of a file to reconstruct it. So a downtime of a tahoe node doesn't means data loss.
|
||||||
|
|
||||||
Durch das verschlüsselte Ablegen der Daten ist sichergestellt, dass die Betreiber der Knoten selbst nicht wissen, was sie da speichern und nicht darauf zugreifen können.
|
Because of the encryption an owner of a node don't know anything about the stored content.
|
||||||
|
|
||||||
## Benutzung
|
## Usage
|
||||||
Auch zum Erweitern der Speicherkapazität dieser Cloud muss man einen eigene Tahoe-LAFS-Knoten betreiben - und es wäre schön, dass wer viel hochlädt, dies auch tut und mindestens genauso viel wieder zurück gibt.
|
To provide storage to the cloud you have to run a node.
|
||||||
|
|
||||||
## Notwendige Software und Einstellungen
|
## Notwendige Software und Einstellungen
|
||||||
Zum Betrieb eines Tahoe-LAFS-Knotens muss [der Quellcode](https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.zip) herunter geladen werden, wenn die aktuelle Version 1.10 nicht im jeweiligen Repository der Distribution enthalten ist. Dieser muss dann entpackt und mit `python2 setup.py build && sudo python2 setup.py install` gebaut und installiert werden.
|
Zum Betrieb eines Tahoe-LAFS-Knotens muss [der Quellcode](https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.zip) herunter geladen werden, wenn die aktuelle Version 1.10 nicht im jeweiligen Repository der Distribution enthalten ist. Dieser muss dann entpackt und mit `python2 setup.py build && sudo python2 setup.py install` gebaut und installiert werden.
|
||||||
@ -25,8 +23,8 @@ introducer.furl = pb://rzovwxeiykc6f6usyhqphpyn4nik5nzt@introducer.tahoe-lafs.se
|
|||||||
|
|
||||||
Mit `bin/tahoe start` wird der lokale Knoten dann gestartet.
|
Mit `bin/tahoe start` wird der lokale Knoten dann gestartet.
|
||||||
|
|
||||||
## Verwendung
|
## Client
|
||||||
You can reach the local node via web browser at [http://localhost:3456](http://localhost:3456).
|
You can reach the local node via web browser at [http://localhost:3456](http://localhost:3456).
|
||||||
|
|
||||||
## Weitere Infos
|
## Further informations
|
||||||
Look at https://tahoe-lafs.org for further informations.
|
Look at https://tahoe-lafs.org for further informations.
|
Loading…
x
Reference in New Issue
Block a user