grapefruit

Grapefruit 2.0 bittorrent search engine

This project is maintained by bashkirtsevich-llc

Grapefruit

Grapefruit — is a bittorrent search spyder crawler search engine, based on dht-bittorrent network.

Installation

  1. Install Docker (optional)
    # For Centos-7 (as root user)
    curl https://raw.githubusercontent.com/bashkirtsevich-llc/grapefruit/master/tools/docker-install.sh | /bin/bash
    usermod -aG docker $USER
    reboot
    
  2. Download grapefruit docker compose file
    wget https://raw.githubusercontent.com/bashkirtsevich-llc/grapefruit/master/docker-compose.yml
    
  3. Add SSL certs in nginx-proxy in docker-compose.yml (optional) ```yaml … volumes:
    • “/path/to/htpasswd:/etc/nginx/htpasswd”
    • “path/to/certs:/etc/nginx/certs” ```
  4. Set virtual host name in docker-compose.yml ```yaml … environment:
    • “VIRTUAL_HOST=grapefruit.your.domain” ```
  5. Start application
    docker-compose up -d
    

Components