Quickly deploy and configure a seedbox with self-hosted services and a web portal using Docker and a single docker-compose.yml file.
Copy and configure your environment file :
cp .env.example .env
Install Docker and docker-compose on your machine and simply run :
docker-compose up -d
Then you can access the web portal at http://localhost:80
Find a Docker image for your service and add it to the docker-compose.yml
file.
Configure a reverse proxy endpoint in the nginx/nginx.conf
file for your service and add it to the web portal in nginx/html/index.php
.
Create and start new containers with :
docker-compose up -d
And reload your nginx configuration with :
docker exec seedbox_nginx_1 nginx -s reload
Services data and configurations are stored in services/
Default username for qBittorrent is admin
and password is adminadmin
(cf. hub.docker.com/r/linuxserver/qbittorrent)
qBittorrent downloads are stored in services/qbittorrent/downloads/
qBittorrent downloads folder is mounted in Jellyfin container at /downloads
You can access qBittorrent downloads folder listing at http://localhost:80/downloads