Skip to content

OneMirror is a Docker image of Nginx with already configured Google mirror.

License

Notifications You must be signed in to change notification settings

jialezi/onemirror

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OneMirror

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.

Info

  • 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

Usage

Basic HTTP Google mirror

$ docker run -p 80:80 -d jialezi/google-mirror

Custom configuration and SSL

  • 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

License

MIT

About

OneMirror is a Docker image of Nginx with already configured Google mirror.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nginx 100.0%