Skip to content

Mirror your website with a lightweightgo lang app

Notifications You must be signed in to change notification settings

SotaProject/MiniMirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniMirror

Simple and lightweight go lang microservice to create mirror of a website to bypass censorship.

Now only get requests are supported, we plan to add other types, but can't guarantee anything :)

Dev

TARGET_DOMAIN=https://example.com SECONDARY_DOMAINS=https://s3.example.com go run MiniMirror

Production

go build

TARGET_DOMAIN=https://example.com SECONDARY_DOMAINS=https://s3.example.com ./MiniMirror

Production in Docker

docker run -it -p 3000:3000 -e TARGET_DOMAIN=https://example.com -e SECONDARY_DOMAINS=https://s3.example.com $(docker build -q .)

About

Mirror your website with a lightweightgo lang app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages