Changes between Version 69 and Version 70 of TestGrid
- Timestamp:
- 2011-08-25T17:11:13Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestGrid
v69 v70 1 1 2 The pubgrid was disabled on 2011-07-24. 3 See http://tahoe-lafs.org/pipermail/tahoe-dev/2011-July/006572.html 2 The pubgrid was disabled on 2011-07-24. See [http://tahoe-lafs.org/pipermail/tahoe-dev/2011-July/006572.html]. 3 The introducer was later reenabled, but there will be no public gateway. 4 4 5 5 … … 19 19 == Cautions == 20 20 21 The canonical way to access tahoe-lafs grids is to run your own client node. Having one's own node is necessary for the data that should remain private (plaintext, capabilities) to remain on your computers, while storage nodes provide storage of ciphertext. However, the pubgrid has a publically-accessible gateway; using this means plaintext of files and capabilities are exposed on the Internet. Even worse, writing to the publically-writable test directory (below) means that others can see and change your files.21 The canonical way to access Tahoe-LAFS grids is to run your own client node. Having one's own node is necessary for the data that should remain private (plaintext, capabilities) to remain on your computers, while storage nodes provide storage of ciphertext. However, writing to the publically-writeable test directory (below) means that others can see and change your files. 22 22 23 Do not confuse the security properties one gets with tahoe when running a client node with how the public web interface behaves.23 Do not confuse the security properties one gets with tahoe when running a client node with how the public web interface (now disabled) used to behave. 24 24 25 == Live Demo==25 == Publically writeable test directory == 26 26 27 [http://pubgrid.tahoe-lafs.org/uri/URI%3ADIR2%3Actmtx2awdo4xt77x5xxaz6nyxm%3An5t546ddvd6xlv4v6se6sjympbdbvo7orwizuzl42urm73sxazqa/ the publically writeable directory through pubgrid.tahoe-lafs.org]. Note that anyone may view and change this data. 28 29 Here is [http://pubgrid.tahoe-lafs.org/ the welcome page] which has a list of connected storage nodes, recent uploads and downloads, and performance statistics. 27 URI:DIR2:ctmtx2awdo4xt77x5xxaz6nyxm:n5t546ddvd6xlv4v6se6sjympbdbvo7orwizuzl42urm73sxazqa . Note that anyone may view and change this data. 30 28 31 29 == How To Connect To The Public Test Grid == … … 61 59 Then run {{{bin/tahoe start}}}. 62 60 63 We created a shared public directory: feel free to use it for experimentation -- once your node is up and listening on port 3456, [http://127.0.0.1:3456/uri/URI:DIR2:ctmtx2awdo4xt77x5xxaz6nyxm:n5t546ddvd6xlv4v6se6sjympbdbvo7orwizuzl42urm73sxazqa/ this URL] should give you access to that directory.61 We created a shared public directory: feel free to use it for experimentation -- once your node is up and listening on port 3456, [http://127.0.0.1:3456/uri/URI:DIR2:ctmtx2awdo4xt77x5xxaz6nyxm:n5t546ddvd6xlv4v6se6sjympbdbvo7orwizuzl42urm73sxazqa/ this URL] should give you access to that directory. 64 62 65 63 == Social Norms ==