Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Docker Container (Tahoe-LAFS) to README.md #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,17 @@ Docker image: [sonm/finminer](https://hub.docker.com/r/sonm/finmnier/)

```
Set params for miner (algo, pool, wallet, etc.), see [task example](https://raw.githubusercontent.com/sonm-io/allowed-list/master/tasks/task_finminer.yaml)
```

## tahoe-lafs

Simple Tahoe LAFS storage node with OpenVPN for NAT traversal.

Welcome to The Least-Authority File Store
Tahoe-LAFS is a Free and Open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security.

Offical website for Tahoe-lafs (Not the docker container)
https://tahoe-lafs.org/trac/tahoe-lafs

Offical github repository for tahoe-lafs on docker:
https://github.com/kylemanna/docker-tahoe-lafs
```