1.0.1 • Published 7 years ago

nodegg v1.0.1

Weekly downloads
3
License
CC-BY-4.0
Repository
github
Last release
7 years ago

Introduction

nodegg is a Node.js app to create a Google mirror site.

Prerequisites

  • A VPS/Dedicated server which is accessible to Google.
  • Have Node.js & npm installed.

Installation

Using npm

  1. npm install nodegg
  2. npm start and you are ready to GO!

Manually

  1. git clone https://github.com/quincyyhuang/nodegg.git
  2. cd nodegg/
  3. npm install
  4. node app.js
  5. You are ready to GO!

Customization

All the settings can be set in settings.json file in the same directory.

{
    "port": 8888,
    "title": "Google Mirror",
    "googleURL": "https://www.google.com/"
}

Notice googleURL can be any regional google website, such as www.google.com.hk, www.google.co.jp etc. Using port 80 directly is deprecated. Using nginx or other web server to proxy hostname to the localhost:port is recommended.

License

This work is licensed under a Creative Commons Attribution 4.0 International License. CC-BY-4.0