notes about pagekite added to wiki

[Imported from Trac: page TipsTricks, version 10]
socrates1024 2011-07-16 18:22:28 +00:00
parent dc808b6d4f
commit 884e401c5b

@ -27,3 +27,9 @@ Support for Tahoe-LAFS's FTP server has been merged into Bzr's mainline ([#29470
### Running with supervisord ### Running with supervisord
The only trick with [supervisord](http://supervisord.org) 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". The only trick with [supervisord](http://supervisord.org) 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".
### Using Pagekite to run storage nodes behind a NAT
[Instructions](http://tahoe-lafs.org/pipermail/tahoe-dev/2011-July/006534.html)
[Pagekite](https://pagekite.net/wiki/OpenSource/) 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.