All Projects → dsmatilla → just-tit

dsmatilla / just-tit

Licence: GPL-3.0 license
Adult video search engine

Programming Languages

go
31211 projects - #10 most used programming language
Smarty
1635 projects

Projects that are alternatives of or similar to just-tit

beego-vuejs-starter-kit
Beego (GOLANG), Webpack, Sass, Vue.js, Vuex, Buefy
Stars: ✭ 32 (-46.67%)
Mutual labels:  beego, beego-framework
Gatsby Plugin S3
Deploy your gatsby site to a S3 bucket.
Stars: ✭ 186 (+210%)
Mutual labels:  cloudfront
Aws Mobilehub Ember
Serverless example mobile web application for building a Serverless EmberJS based web application using AWS JavaScript SDK, and MobileHub.
Stars: ✭ 15 (-75%)
Mutual labels:  cloudfront
Serverless Sharp
Serverless image optimizer for S3, Lambda, and Cloudfront
Stars: ✭ 102 (+70%)
Mutual labels:  cloudfront
Cyberduck
Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
Stars: ✭ 1,080 (+1700%)
Mutual labels:  cloudfront
Scar
Deploy static websites in seconds - with HTTPS, a global CDN, and custom domains.
Stars: ✭ 1,715 (+2758.33%)
Mutual labels:  cloudfront
Node Cloudfront Log Parser
Parser for CloudFront web and RTMP access logs
Stars: ✭ 18 (-70%)
Mutual labels:  cloudfront
Retail Demo Store
AWS Retail Demo Store is a sample retail web application and workshop platform demonstrating how AWS infrastructure and services can be used to build compelling customer experiences for eCommerce, retail, and digital marketing use-cases
Stars: ✭ 238 (+296.67%)
Mutual labels:  cloudfront
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+3420%)
Mutual labels:  cloudfront
Asset Cdn
Serve Laravel Assets from a Content Delivery Network (CDN)
Stars: ✭ 101 (+68.33%)
Mutual labels:  cloudfront
Confetti
🎉 A tool to help creating and deploying static sites with AWS
Stars: ✭ 96 (+60%)
Mutual labels:  cloudfront
React Deploy S3
Deploy create react app's in AWS S3
Stars: ✭ 66 (+10%)
Mutual labels:  cloudfront
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+4861.67%)
Mutual labels:  cloudfront
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-55%)
Mutual labels:  cloudfront
Prerendercloud Lambda Edge
Prerender CloudFront with this [email protected] function.
Stars: ✭ 200 (+233.33%)
Mutual labels:  cloudfront
S3 Deploy Website
Deploy website to S3/CloudFront from Python
Stars: ✭ 26 (-56.67%)
Mutual labels:  cloudfront
Cdk Spa Deploy
This is an AWS CDK Construct to make deploying a single page website (Angular/React/Vue) to AWS S3 behind SSL/Cloudfront easier
Stars: ✭ 94 (+56.67%)
Mutual labels:  cloudfront
Serverless static website with basic auth
Builds a serverless infrastructure in AWS for hosting a static website protected with Basic Authentication and published on a subdomain registered via Route 53
Stars: ✭ 112 (+86.67%)
Mutual labels:  cloudfront
nextjs-ssr-isr-cdk-aws
🦄 ‏‏‎ ‎‏‏‎ ‎‏‏‎ ‎Next.js webapp using Server Side Rendering (SSR) and Incremental Static Regeneration (ISR) deployed with Serverless Nextjs CDK construct on AWS using CloudFront and Lambda@Edge
Stars: ✭ 78 (+30%)
Mutual labels:  cloudfront
Terraform Website S3 Cloudfront Route53
Terraform scripts to setup an S3 based static website, with a CloudFront distribution and the required Route53 entries.
Stars: ✭ 210 (+250%)
Mutual labels:  cloudfront

Just-Tit Build Status Go Report Card

Just-tit

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].