Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages