Tahoe-LAFS.html 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Tahoe LAFS | dn42 wiki</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="robots" content="index, follow">
  8. <meta name="keywords" content="dn42,wiki,routing,bgp">
  9. <link rel="canonical" href="https://dn42.obl.ong/services/Tahoe-LAFS.html">
  10. <link rel="icon" type="image/x-icon" href="/favicon.ico">
  11. <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
  12. <link rel="author" type="text/html" href="/docs/people">
  13. <link rel="stylesheet" href="/css/normalize.css">
  14. <link rel="stylesheet" href="/css/simple.min.css">
  15. <link rel="stylesheet" href="/css/style.css">
  16. <link rel="stylesheet" href="/css/menu.css">
  17. </head>
  18. <body>
  19. <header>
  20. <b>dn42 wiki / Tahoe LAFS</b>
  21. <div id="dn42_header">
  22. <p><a href="/"><img src="/dn42.png" alt="dn42" /></a></p>
  23. </div>
  24. </header>
  25. <main>
  26. <h1 id="tahoe-lafs">Tahoe LAFS</h1>
  27. <h2 id="the-idea">The idea</h2>
  28. <p>Tahoe-LAFS provides a distributed, reliable and crypted file system.</p>
  29. <h2 id="how">How?</h2>
  30. <p>Some people run 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.</p>
  31. <h2 id="benefit">Benefit</h2>
  32. <p>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.</p>
  33. <p>Because of the encryption an owner of a node don’t know anything about the stored content.</p>
  34. <h2 id="usage">Usage</h2>
  35. <p>To provide storage to the cloud you have to run a node.</p>
  36. <h2 id="install-and-configuration">Install and configuration</h2>
  37. <p>To run a node you have to install tahoe-lafs at least in version 1.10.2. You can get source code from <a href="https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.2.zip">https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.2.zip</a>, if the version of the package in the distribution not at least 1.10. Then you have to extract it and install with <code class="language-plaintext highlighter-rouge">python2 setup.py build &amp;&amp; sudo python2 setup.py install</code>.</p>
  38. <p>Before the first start you have to create a node with <code class="language-plaintext highlighter-rouge">bin/tahoe create-node</code> or a client (doesn’t provide storage) with <code class="language-plaintext highlighter-rouge">bin/tahoe create-client</code>. This will create the folder .tahoe in your home dir. In the file .tahoe/tahoe.cfg you have to enter on <code class="language-plaintext highlighter-rouge">introducer.furl</code> the link to our introducer node (UPDATED):</p>
  39. <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>introducer.furl = pb://shvdnad4bqey27ff7ngtschexamvdmmr@tahoe-lafs.e-utp.dn42:44412/kmvmrcforeeet7isgq7ftuymywqp3obb
  40. helper.furl = pb://ru7miwm74bfkd6ytchfoq4wgvo3vikq3@fido.e-utp.dn42:44412/iiiopiclr2gszw2fmckbx3eob6krxk7x
  41. </code></pre></div></div>
  42. <p>With <code class="language-plaintext highlighter-rouge">bin/tahoe start</code> you start your local node.</p>
  43. <h2 id="client">Client</h2>
  44. <p>You can reach the local node via web browser at <a href="http://localhost:3456">http://localhost:3456</a>.</p>
  45. <h2 id="further-informations">Further informations</h2>
  46. <p>Look at <a href="https://tahoe-lafs.org">https://tahoe-lafs.org</a> for further information.</p>
  47. <div id="menu-container" class="menu-container">
  48. <hr>
  49. <div id="menu" class="menu">
  50. <ul>
  51. <li><a href="/Home">Home</a>
  52. <ul>
  53. <li><a href="/howto/Getting-Started">Getting Started</a></li>
  54. <li><a href="/howto/Registry-Authentication">Registry Authentication</a></li>
  55. <li><a href="/howto/Address-Space">Address Space</a></li>
  56. <li><a href="/howto/BGP-communities">BGP communities</a></li>
  57. <li><a href="/FAQ">FAQ</a></li>
  58. </ul>
  59. </li>
  60. <li>How-To
  61. <ul>
  62. <li><a href="/howto/wireguard">Wireguard</a></li>
  63. <li><a href="/howto/openvpn">Openvpn</a></li>
  64. <li><a href="/howto/IPsec-with-PublicKeys">IPsec With Public Keys</a></li>
  65. <li><a href="/howto/tinc">Tinc</a></li>
  66. <li><a href="/howto/GRE-on-FreeBSD">GRE on FreeBSD</a></li>
  67. <li><a href="/howto/GRE-on-OpenBSD">GRE on OpenBSD</a></li>
  68. <li><a href="/howto/IPv6-Multicast">IPv6 Multicast (PIM-SM)</a></li>
  69. <li><a href="/howto/multicast">SSM Multicast</a></li>
  70. <li><a href="/howto/mpls">MPLS</a></li>
  71. <li><a href="/howto/Bird2">Bird2</a></li>
  72. <li><a href="/howto/frr">FRRouting</a></li>
  73. <li><a href="/howto/OpenBGPD">OpenBGPD</a></li>
  74. <li><a href="/howto/mikrotik">Mikrotik RouterOS</a></li>
  75. <li><a href="/howto/EdgeOS-Config">EdgeRouter</a></li>
  76. <li><a href="/howto/Static-routes-on-Windows">Static routes on Windows</a></li>
  77. <li><a href="/howto/networksettings">Universal Network Requirements</a></li>
  78. <li><a href="/howto/vyos1.4.x">VyOS</a></li>
  79. <li><a href="/howto/nixos">NixOS</a></li>
  80. </ul>
  81. </li>
  82. <li>Services
  83. <ul>
  84. <li><a href="/services/IRC">IRC</a></li>
  85. <li><a href="/services/Whois">Whois registry</a></li>
  86. <li><a href="/services/DNS">DNS</a></li>
  87. <li><a href="/services/IX-Collection">IX Collection</a></li>
  88. <li><a href="/services/Clearnet-Domains">Public DNS</a></li>
  89. <li><a href="/services/Looking-Glasses">Looking Glasses</a></li>
  90. <li><a href="/services/Automatic-Peering">Automatic Peering</a></li>
  91. <li><a href="/services/Repository-Mirrors">Repository Mirrors</a></li>
  92. <li><a href="/services/Distributed-Wiki">Distributed Wiki</a></li>
  93. <li><a href="/services/Certificate-Authority">Certificate Authority</a></li>
  94. <li><a href="/services/Route-Collector">Route Collector</a></li>
  95. </ul>
  96. </li>
  97. <li>Internal
  98. <ul>
  99. <li><a href="/internal/Internal-Services">Internal services</a></li>
  100. <li><a href="/internal/Interconnections">Interconnections</a></li>
  101. <li><a href="/internal/APIs">APIs</a></li>
  102. <li><a href="/internal/ShowAndTell">Show and Tell</a></li>
  103. <li><a href="/internal/Historical-Services">Historical services</a></li>
  104. </ul>
  105. </li>
  106. <li>Historical
  107. <ul>
  108. <li><a href="/historical/Bird">Bird 1</a></li>
  109. <li><a href="/historical/Quagga">Quagga</a></li>
  110. </ul>
  111. </li>
  112. <li>External Tools
  113. <ul>
  114. <li><a href="https://paste.dn42.us">Paste Board</a></li>
  115. <li><a href="https://git.dn42.dev">Git Repositories</a></li>
  116. </ul>
  117. </li>
  118. </ul>
  119. <hr />
  120. </div>
  121. </div>
  122. </main>
  123. <footer><div class="center">
  124. <div id="dn42_footer">
  125. <table>
  126. <tbody>
  127. <tr>
  128. <td>Hosted by: <a href="mailto:dn42@burble.com">BURBLE-MNT</a>, <a href="mailto:nurtic-vibe@grmml.net">GRMML-MNT</a>, <a href="mailto:xuu@dn42.us">XUU-MNT</a>, <a href="mailto:janeric@ortgies.it">JAN-MNT</a>, <a href="mailto:lare@lare.cc">LARE-MNT</a>, <a href="mailto:danny@saru.moe">SARU-MNT</a>, <a href="mailto:androw95220@gmail.com">ANDROW-MNT</a>, <a href="mailto:dn42@mk16.de">MARK22K-MNT</a></td>
  129. <td>Accessible via: <a href="https://wiki.dn42">dn42</a>, <a href="https://dn42.dev/">dn42.dev</a>, <a href="https://dn42.eu/">dn42.eu</a>, <a href="https://wiki.dn42.us/">wiki.dn42.us</a>, <a href="https://dn42.de/">dn42.de</a> (IPv6-only), <a href="https://dn42.cc/">dn42.cc</a> (wiki-ng), <a href="https://dn42.wiki/">dn42.wiki</a>, <a href="https://dn42.pp.ua/">dn42.pp.ua</a>, <a href="https://dn42.obl.ong/">dn42.obl.ong</a></td>
  130. </tr>
  131. </tbody>
  132. </table>
  133. </div>
  134. </div>
  135. </footer>
  136. </body>
  137. </html>