diff options
author | nodiscc <nodiscc@gmail.com> | 2017-05-13 16:20:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-13 16:20:18 +0000 |
commit | 6409b9837ed99f35e38209368a34e3051cbae67f (patch) | |
tree | 5264c935477283d964e2f4bb5853c1110ba428f2 | |
parent | Merge pull request #1051 from HarveyKandola/patch-1 (diff) | |
parent | Add Transmission bittorrent client/seedbox (diff) | |
download | awesome-selfhosted-6409b9837ed99f35e38209368a34e3051cbae67f.tar.gz awesome-selfhosted-6409b9837ed99f35e38209368a34e3051cbae67f.zip |
Merge pull request #1053 from Kickball/add-transmission
Add Transmission bittorrent client
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,7 @@ This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [ See [Contributing](.github/CONTRIBUTING.md). -================= +-------------------- - [Analytics](#analytics) - [Automation](#automation) @@ -590,6 +590,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems * [peerflix-server](https://github.com/asapach/peerflix-server) - Downloads torrent files and provides a direct link download or a direct link stream. `MIT` `Nodejs` * [rartracker](https://github.com/swetorrentking/rartracker) - Complete private bittorrent tracker. `WTFPL` `PHP` * [Reep](https://reep.io) - In-browser peer-to-peer file transfer and streaming made easy. ([Source Code](https://github.com/KodeKraftwerk/reepio)) `GPLv2` `Nodejs` + * [Transmission](https://transmissionbt.com/) - A fast, easy, Free Bittorrent client. ([Source Code](https://github.com/transmission/transmission)) `GPLv3` `C` #### Single-click/drag-n-drop upload |