dsmatilla / just-tit

Adult video search engine

Home Page:https://just-tit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just-Tit Build Status Go Report Card

Just-tit is an adult video search engine. It uses goroutines to fetch results from several video providers in parallel and shows the results of your queries in a convenient way for both mobile users and desktop users.

Just-tit can be used locally by compiling this project or via docker since it doesn't depend on any external service. Redis caching is optional and recommended for high traffic sites.

Usage

Compiling

git clone https://github.com/dsmatilla/just-tit.git
cd just-tit/
go build -o just-tit *go
./just-tit
Navigate to http://localhost:8080

Docker

docker run -d -p8080:8080 dsmatilla/just-tit:latest

REDIS (optional)

Just-tit can be configured to use a Redis server for caching, in order to avoid hitting the limits of the provider's APIs.

REDISHOST=IP_ADDRESS:6379
REDISNAME=REDIS_NAME
REDISDBNUM=0

About

Adult video search engine

https://just-tit.com

License:GNU General Public License v3.0


Languages

Language:Go 78.6%Language:Smarty 20.0%Language:Dockerfile 0.8%Language:JavaScript 0.6%