commit 3307d6150a5ecccda3bcc31bfba76bdafe91150c Author: Tanguy Herbron Date: Sun May 16 00:41:50 2021 +0200 Init repository with README 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.