mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
48 lines
2.7 KiB
HTML
48 lines
2.7 KiB
HTML
<!DOCtype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html lang="en">
|
|
<head>
|
|
<title>Using Tahoe</title>
|
|
<link rev="made" class="mailto" href="mailto:zooko[at]zooko[dot]com">
|
|
<meta name="description" content="how to use Tahoe">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="keywords" content="tahoe secure decentralized filesystem operation">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>The WUI</h1>
|
|
|
|
<p>Point your web browser to <a href="http://127.0.0.1:8123">http://127.0.0.1:8123</a> to use the node.</p>
|
|
|
|
<p>Create a new directory (with the button labelled "create a directory"). Your web browser will load the new directory. Now if you want to be able to come back to this directory later, you have to bookmark it, or otherwise save the URL of it. If you lose URL to this directory, then you can never again come back to this directory.</p>
|
|
|
|
<p>You can do more or less everything you want to do with a decentralized filesystem through the WUI.</p>
|
|
|
|
<p>P.S. "WUI" is pronounced "wooey".</p>
|
|
|
|
<h1>The CLI</h1>
|
|
|
|
<p>Prefer the command-line? Run <cite>tahoe --help</cite> (the same command-line tool that is used to start and stop nodes serves to navigate and use the decentralized filesystem). To make commands like <cite>tahoe ls</cite> work without the <cite>--dir-cap=</cite> option, you have to put a directory capability (e.g. <cite>http://127.0.0.1:8123/uri/URI:DIR2:yar9nnzsho6czczieeesc65sry:upp1pmypwxits3w9izkszgo1zbdnsyk3nm6h7e19s7os7s6yhh9y</cite>) into <cite>~/.tahoe/private/root_dir.cap</cite>.</p>
|
|
<p>As with the WUI (and with all current interfaces to Tahoe), you are responsible for remembering directory capabilities yourself. If you create a new directory and lose the capability to it, then you cannot access that directory ever again.</p>
|
|
|
|
<p>P.S. "CLI" is pronounced "clee".</p>
|
|
|
|
<h1>The FUSE Extension</h1>
|
|
|
|
<p>You can plug Tahoe into your computer's local filesystem using the FUSE extension, found in the <cite>contrib</cite> directory. Warning: unlike most of Tahoe, and unlike the rest of the user interfaces described on this page, the FUSE plugin doesn't have extensive unit tests that are automatically run on every check-in of the source. Therefore, we don't for sure how complete and reliable it is.</p>
|
|
|
|
<p>P.S. "FUSE" rhymes with "booze".</p>
|
|
|
|
<h1>The WAPI</h1>
|
|
|
|
<p>Want to program your Tahoe node to do your bidding? Easy! See <a href="webapi.txt">webapi.txt</a>.</p>
|
|
|
|
<p>P.S. "WAPI" is pronounced "wappy".</p>
|
|
|
|
<h2>Socialize</h2>
|
|
|
|
<p>You can chat with other users of and hackers of this software at <a href="http://allmydata.org/">http://allmydata.org</a>.</p>
|
|
|
|
</body>
|
|
|
|
</html>
|