All Projects → upupming → Mirror

upupming / Mirror

Licence: MIT license
Deploy Google and Wikipedia mirror with one command using now.sh.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mirror

Shadowtunnel
secure tunnel which help you protecting your tcp traffic between your machine and your service on remote.
Stars: ✭ 156 (+67.74%)
Mutual labels:  http-proxy, gfw
Openssl Nodejs
is a package which gives you a possibility to run every OpenSSL command 🔒 in Node.js in a handy way. Moreover, parameters like -in, -keyin, -config and etc can be replaced by a raw data (Buffor).
Stars: ✭ 25 (-73.12%)
Mutual labels:  certificate, ssl-certificate
django-yadpt-starter
Yet Another Django Project Template skeleton for Django projects
Stars: ✭ 28 (-69.89%)
Mutual labels:  certificate, ssl-certificate
Nginxconfig.io
⚙️ NGINX config generator on steroids 💉
Stars: ✭ 14,983 (+16010.75%)
Mutual labels:  ssl-certificate, nginx-configuration
Gke Managed Certs
Managed Certificates for Kubernetes clusters using GCLB
Stars: ✭ 214 (+130.11%)
Mutual labels:  certificate, ssl-certificate
Flynet
A powerful TCP/UDP tool, which support socks5 proxy by tcp and udp, http proxy and NAT traversal. This tool can help you bypass gfw easily
Stars: ✭ 124 (+33.33%)
Mutual labels:  http-proxy, gfw
Pem
Create private keys and certificates with node.js
Stars: ✭ 496 (+433.33%)
Mutual labels:  certificate, ssl-certificate
Httpproxy
http代理,支持CONNECT和普通GET/POST,支持http2;可防止主动嗅探;可作为小火箭、圈、surge等软件和SwitchyOmega(chrome插件)所说的https代理
Stars: ✭ 104 (+11.83%)
Mutual labels:  http-proxy, gfw
Ssl exporter
Exports Prometheus metrics for SSL certificates
Stars: ✭ 211 (+126.88%)
Mutual labels:  certificate, ssl-certificate
Cert
Cert is the Go tool to get TLS certificate information.
Stars: ✭ 166 (+78.49%)
Mutual labels:  certificate, ssl-certificate
Sower
Sower is a cross-platform intelligent transparent proxy solution.
Stars: ✭ 391 (+320.43%)
Mutual labels:  certificate, http-proxy
php-proxy
php proxy based on GoAgent protocal,Implemented by golang
Stars: ✭ 85 (-8.6%)
Mutual labels:  http-proxy, gfw
Getssl
obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
Stars: ✭ 1,687 (+1713.98%)
Mutual labels:  certificate, ssl-certificate
letsencrypt-fast
The fastest way to test/generate/renew Let's Encrypt SSL certificates!!! Requires root access and a live webserver to run the script at.
Stars: ✭ 25 (-73.12%)
Mutual labels:  certificate, ssl-certificate
dockerizing-django
🐳 Dockerize your Django application.
Stars: ✭ 27 (-70.97%)
Mutual labels:  certificate, ssl-certificate
vasttrafik-api
Mirror of the official Västtrafik API (reseplaneraren) for JavaScript
Stars: ✭ 15 (-83.87%)
Mutual labels:  mirror
foxy
Session-based Beast/Asio wrapper requiring C++14
Stars: ✭ 61 (-34.41%)
Mutual labels:  http-proxy
cloud-signature-consortium
Cloud Signature Consortium Remote Signature Service Provider in Node.js
Stars: ✭ 19 (-79.57%)
Mutual labels:  certificate
Pandownload-Copy
Pandownload作者被捕,此项目仅作软件保存用
Stars: ✭ 95 (+2.15%)
Mutual labels:  mirror
mirror-leech-telegram-bot
Aria/qBittorrent Telegram mirror/leech bot
Stars: ✭ 1,289 (+1286.02%)
Mutual labels:  mirror

Archived due to the Fair Use Policy of vercel.

Mirror v0.0.2

Note: if you have a server and want to implement something like subs_filter (eg. replace all google.com to google.upupming.site in web pages.), please consider using v0.0.1. v0.0.1 can also proxy all subdomains of Google, it will be useful if you are a heavy Google user.

Using now.sh to proxy mirror websites for Google and Chinese Wikipedia, keeping to organize the world's information and make it universally accessible and useful in mind.

How to use

  1. Clone this repo and edit config.js for your proxying configuration.

    {
      "mirrors": [ // an array which configures all websites you want to proxy
        {
          // project name for now.sh
          "key": "google",
          "proxied": "https://www.google.com/",
          // If you don't need custom domain,
          // simply leave `proxying` empty or commented
          "proxying": "google.upupming.site"
        }
      ]
    }
  2. Install now cli and login.

    npm i -g now
  3. [Optional] Properly configure your custom domain according to Aliasing a Deployment. (Only if you need a custom domain.)

  4. Run npm i and then npm run deploy.

See the following log for example:

Sample log of Mirror
Making mirror google
Making mirror wiki
Making mirror mwiki
Folder wiki created
Folder wiki configured
Deploying wiki to now
now.sh: 
> Deploying D:\github\mirror\wiki under upupming
> Using project wiki
> Ready! Aliases assigned [2s]
- https://wiki.upupming.site
- https://wiki.upupming.now.sh

now.sh: 
https://wiki-k5m0g45nr.now.sh
Folder google created
Folder google configured
Deploying google to now
now.sh: 
> Deploying D:\github\mirror\google under upupming
> Using project google
> Ready! Aliases assigned [2s]
- https://google.upupming.site
- https://google.upupming.now.sh

now.sh: 
https://google-hnostj6ze.now.sh
Folder mwiki created
Folder mwiki configured
Deploying mwiki to now
now.sh: 
> Deploying D:\github\mirror\mwiki under upupming
> Using project mwiki
> Ready! Aliases assigned [2s]
- https://mwiki.upupming.site
- https://mwiki.upupming.now.sh

now.sh: 
https://mwiki-agtv54c4l.now.sh
D:\github\mirror\wiki cleaned up
D:\github\mirror\google cleaned up
D:\github\mirror\mwiki cleaned up
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].