== Tahoe Tips & Tricks == === Back caps/URIs up === Tahoe users can encrypt their caps (new text file or ~/.tahoe/private/aliases) and upload it to [http://docs.google.com Google Docs], which now accepts arbitrary file types. === Publish iCal calendars over Tahoe === [http://allmydata.org/pipermail/tahoe-dev/2009-July/002219.html Instructions] === Automatic Tahoe file repair === [http://allmydata.org/pipermail/tahoe-dev/2009-October/003012.html Instructions] === Host [http://bazaar-vcs.org Bazaar] repositories === Support for Tahoe's FTP server has been merged into Bzr's mainline ([https://bugs.launchpad.net/tahoe-lafs/+bug/294709 #294709]). It may be preferable to use SFTP, though. === Perforce backend storage === [http://allmydata.org/pipermail/tahoe-dev/2009-June/002105.html Instructions] === Running with supervisord === 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". === Creating binary egg for pycrypto === Juste add this line to setup.py: {{{from setuptools import setup, Extension}}} and run: {{{python setup.py bdist_egg}}}