Torrent-Stack/README.md

28 lines
1.2 KiB
Markdown
Raw Normal View History

2021-05-15 22:41:50 +00:00
# Torrent stack
## Usage
2021-05-25 09:04:24 +00:00
Torrent downloading stack, supporting movie and tv show automatic downloads. It is meant to give an easy to use, highly configuration interface to pick and download various media, through a large variety of torrent providers.
2021-05-15 22:41:50 +00:00
| Service | WebUI | Usage |
| ------- | ----- | ----- |
| Radarr |host:7878| Movie searcher |
| Sonarr |host:8989| TV shows searcher |
| Jackett |host:9117| Torrent indexer |
| Deluge |host:8112| Torrent client |
## Requirements
Do deploy this instance, you only need to install `docker-compose` and `docker`.
## Installation
2021-05-25 09:04:24 +00:00
Before deploying this services, you will want to copy `.env.sample` into `.env` and update the file accordingly.
2021-05-15 22:41:50 +00:00
```
2021-05-25 09:04:24 +00:00
./start.sh
2021-05-15 22:41:50 +00:00
```
All necessary images should be downloaded automatically and the service should be started in the background.
## Wireguard configuration
The stack needs a wireguard connection by default, please follow the offical wireguard configuration to connect to your desired server.
2021-05-25 09:04:24 +00:00
The docker container will create a configuration directory by default when first booted but that will NOT INCLUDE the wireguard configuration file. To have wireguard properly running, put a properly configured `wg0.conf` into the wireguard configuration directory.