• This repository has been archived on 29/Jan/2020
  • Stars
    star
    146
  • Rank 252,769 (Top 5 %)
  • Language
    Dockerfile
  • Created almost 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docker image for nginx with already configured Google Search proxy

OneMirror

OneMirror is a Docker image for nginx with already configured Google Search proxy.

Warning!!!

This project is under maintenance-only mode, it is not actively supported, mainly because ngx_http_google_filter_module, the foundation of Google proxy feature, doesn't support latest version of nginx.

We recommend that you should look through the nginx config files before start using it, and also please adjust them as you need.

因为实现 Google 反代的模块 ngx_http_google_filter_module 不支持最新版本的 nginx,所以我们不会积极地维护这个项目。

我们建议您使用前浏览一遍 nginx 配置文件,并根据需要修改。

Info

Usage

Basic HTTP Mirror for Google Search

docker run -p 80:80 bohan/onemirror

Google Fonts, Gravatar, CDNJS & Launchpad PPA Mirror

docker run -p 80:8080 bohan/onemirror

Custom Configuration and SSL

Put your configuration files inside the nginx folder and then re-build it.

License

MIT