OneMirror is a Docker image of Nginx. With already configured Google Search, Google Fonts and Gravatar proxy, it helps you to start your own mirror site easily.
- Build parameters are from the offical Debian package
- Latest stable version Nginx
- Latest stable OpenSSL
- Google Search mirror module
ngx_http_google_filter_module
added - With Google Search, Google Fonts and Gravatar proxy configuration example
$ docker run -p 80:80 -d jialezi/google-mirror
- You can use your own nginx.conf,
- and your own site configuartions at nginx/conf.d,
- and also enable SSL (Please read
nginx/ssl/README.txt
) - Build it
$ docker build -t mirror .
- and use it
$ docker run -p 80:80 -d mirror
MIT