Skip to content

A simple, functionality-focused Corrosion front-end. Maintained by LQ16.

Notifications You must be signed in to change notification settings

Osaka-Classified/Vanadium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanadium

A traditional proxy site for use in combating web filters.

Setup

Automatic Deployment:

Deploy

Manual Deployment (for use on your own Linux server):

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

Config example

"port": "8080" = Sets HTTP server port of web proxy. Ports 1-1024 cannot be used without running this service with root access.

"ssl": "false" = Sets HTTP server SSL. This is best left as false, as nginx and cloudflare can provide SSL.

"prefix": "/search/" = Sets the prefix of the web proxy. If you change this, you must edit main.js to reflect the different prefix.

"localAddresses": [ "0.0.0.0" ] = Allows you to choose which IP to make the request from. If there are multiple IP's then the IP chosen will be randomized.

"blockedHostnames": [ "example.com", "example.org" ] = If the hostname of the proxy URL matches any of the URL hostnames listed in the array, the request to the server will be cancelled.

Features

  • Fully functional Omnibox. Search, URL entry, and search suggestions all in one place.

  • A simplistic, no-frills design that is easy for anyone to pick up and use.

  • A mobile-responsive design makes this frontend usable on both mobile devices and traditional computers.

  • A work-in-progress arcade featuring classic Adobe Flash games, all working thanks to Ruffle.rs.

Copyright Takedown Requests

Simply create an issue on this repository and we will assist you as soon as possible. If that doesn't suit you, then send an e-mail to [email protected] and I can work with you directly.

About

A simple, functionality-focused Corrosion front-end. Maintained by LQ16.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • HTML 7.8%
  • CSS 6.2%
  • SCSS 5.9%
  • Less 4.5%
  • PHP 0.2%