From 884e401c5bdd43c7fd855094379066a56ac2e8fb Mon Sep 17 00:00:00 2001 From: socrates1024 <> Date: Sat, 16 Jul 2011 18:22:28 +0000 Subject: [PATCH] notes about pagekite added to wiki [Imported from Trac: page TipsTricks, version 10] --- TipsTricks.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TipsTricks.md b/TipsTricks.md index 6371ca6..706bf2c 100644 --- a/TipsTricks.md +++ b/TipsTricks.md @@ -27,3 +27,9 @@ Support for Tahoe-LAFS's FTP server has been merged into Bzr's mainline ([#29470 ### 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". + +### 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. \ No newline at end of file