added simpletorrent

This commit is contained in:
Tomasz Borychowski 2021-07-21 10:52:35 +01:00
parent 4d47ce04e6
commit dd1dc87ff4
3 changed files with 31 additions and 0 deletions

View File

@ -97,6 +97,7 @@ So, without further ado, here's the current list:
# Download Managers
- [Deluge](apps/downloads/deluge.md)
- [qbittorrent](apps/downloads/qbit.md)
- [SimpleTorrent](apps/downloads/simple-torrent.md)
- [Transmission](apps/downloads/transmission.md)

View File

@ -0,0 +1,30 @@
# SimpleTorrent (aka CloudTorrent)
- can work with no authentication
- nice web API
- good looking and functional
- there doesn't seem to be a way to integrate it with Sonarr/Radarr
<br>
- [Github repo](https://github.com/boypt/simple-torrent)
![Screenshot](simple-torrent.png)
## docker-compose.yml
```yml
---
version: '3'
services:
cloud-torrent:
image: boypt/cloud-torrent
container_name: cloud-torrent
restart: unless-stopped
environment:
- TZ=Europe/Dublin
ports:
- "3123:3000"
volumes:
- ./downloads:/downloads
# - /path/to/my/torrents:/torrents
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB