From 3307d6150a5ecccda3bcc31bfba76bdafe91150c Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 16 May 2021 00:41:50 +0200 Subject: [PATCH] Init repository with README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da021c6 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Torrent stack +## Usage +Game server for the Minecraft game. It includes configurations for server optimization and quality of life. The repository also contains the map, which can be downloaded separately and used independently. +Set of services to search through, sort and download torrents. Everything can be configured through an individual web UI. + +| 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 +To deploy a copy of this instance, you might want to modify where the volumes are pointing to. +Then run + +``` +docker-compose up -d +``` + +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.