Changes between Version 9 and Version 10 of TipsTricks


Ignore:
Timestamp:
2011-07-16T18:22:28Z (13 years ago)
Author:
socrates1024
Comment:

notes about pagekite added to wiki

Legend:

Unmodified
Added
Removed
Modified
  • TipsTricks

    v9 v10  
    2828
    2929The only trick with [http://supervisord.org supervisord] is to make tahoe run as a single foreground process so it can be watched and killed correctly. Use a command like "bin/tahoe run -C /path/to/tahoe/home".
     30
     31=== Using Pagekite to run storage nodes behind a NAT ===
     32
     33[http://tahoe-lafs.org/pipermail/tahoe-dev/2011-July/006534.html Instructions]
     34
     35[https://pagekite.net/wiki/OpenSource/ Pagekite] is an alternative to reverse-tunneling, especially if you don't have your own proxy and can't forward ports through your NAT. It's also a good way to set up multiple hostnames, any one of which can be used to access your node if the others go down.