Changes between Version 9 and Version 10 of TipsTricks
- Timestamp:
- 2011-07-16T18:22:28Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipsTricks
v9 v10 28 28 29 29 The 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.