titaniumnetwork-dev / Incognito-old

Access the world wide web with Incognito, a fast and rather fancy proxy service. Enjoy a more private internet session without ads.

Home Page:https://incog.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incognito

Access the world wide web!

Deploy Deploy

Setup

git clone https://github.com/titaniumnetwork-dev/Incognito
cd Incognito
npm install
npm start

Config

{
    "port": 8080,
    "ssl": false,
    "prefix": "/service/",
    "codec": "xor",
    "proxy": true,
    "blacklist": [],
    "addresses": [],
    "authorization": {
        "name": "__incog_auth",
        "value": "1"
    },
    "appearance": "bright",
    "engine": "google"
}
  • port HTTP Server Port
  • ssl (true / false) HTTP Server SSL
  • prefix Corrosion proxy prefix
  • codec Corrosion proxy codec
  • proxy (true / false) Have Corrosion be hosted on the Node.js application. Recommended to have Corrosion hosted elsewhere with large amounts of clients.
  • blacklist Array of hostnames to be blocked on the proxy.
  • authorization (Object { name: "...", value: "..." } / false) Proxy authorization cookie
  • appearance ("bright" / "midnight" / "ocean" / "lime" / "terminal") Default site appearance
  • engine ("google" / "bing" / "brave" / "youtube" / "twitter" / "reddit") Default search engine

Games

More games can be added to Incognito by adding JSON in gs.json in a specific format.

{
    "thumbnail": "thumbnail.jpg", 
    "location": "./gamelocation/",
    "title": "Game title"
}

thumbnail images are only located in /src/gs/thumbnails/

Some games that are available in Incognito's main website are not available in this repo due to sizing reasons. These games that don't come with this repo are available in gfiles.

About

Access the world wide web with Incognito, a fast and rather fancy proxy service. Enjoy a more private internet session without ads.

https://incog.dev


Languages

Language:HTML 55.0%Language:JavaScript 41.8%Language:CSS 1.6%Language:C 1.4%Language:CoffeeScript 0.1%Language:SCSS 0.1%Language:Sass 0.0%Language:Makefile 0.0%Language:PHP 0.0%Language:Shell 0.0%Language:Ruby 0.0%Language:Dockerfile 0.0%Language:Batchfile 0.0%