Skip to content

bashkirtsevich-llc/grapefruit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Download grapefruit docker compose file
wget https://raw.githubusercontent.com/bashkirtsevich-llc/grapefruit/master/docker-compose.yml
  1. Add SSL certs in nginx-proxy in docker-compose.yml (optional)
...
    volumes:
      - "/path/to/htpasswd:/etc/nginx/htpasswd"
      - "path/to/certs:/etc/nginx/certs"
  1. Set virtual host name in docker-compose.yml
...
    environment:
      - "VIRTUAL_HOST=grapefruit.your.domain"
  1. Start application
docker-compose up -d

Components

Releases

No releases published

Packages

No packages published

Languages