diff --git a/RelatedProjects.md b/RelatedProjects.md index 45e9aa1..b87d4ea 100644 --- a/RelatedProjects.md +++ b/RelatedProjects.md @@ -13,6 +13,7 @@ There are several projects to extend Tahoe-LAFS or integrate it with other tools * [tahoe-tools](https://github.com/joepie91/tahoe-tools), a set of assorted tools for working with Tahoe-LAFS grids. Includes a PHP-based frontend for repairing files, a rudimentary read-only gateway (with URL generator), a remote Tahoe-LAFS setup script, and upload shellscript. Everything is a bit dated, but will be (partially) updated soon. * [pytahoe](https://github.com/joepie91/pytahoe), a Python module for working with a Tahoe-LAFS web API from within Python applications. Fairly limited and read-only, but has the basics. * [lafs-backup-tool](https://github.com/mk-fg/lafs-backup-tool) -- another alternative tool to backup files to Tahoe-LAFS grid. + * [tahoe-lafs-public-clouds](https://github.com/mk-fg/tahoe-lafs-public-clouds) -- backend drivers for no-cost cloud providers (skydrive, box.net, u1). Other tools can use Tahoe-LAFS: * [duplicity](http://duplicity.nongnu.org) has a Tahoe-LAFS backend (thanks originally to François Deppierraz)