A highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers. Works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications. https://docs.titaniumnetwork.org/proxies/ultraviolet
Find a file
2022-09-30 21:38:25 -04:00
.github/ISSUE_TEMPLATE Issue template 2022-03-28 16:38:52 -04:00
lib bundle & copy files, provide an API for using a packaged version of ultraviolet 2022-09-15 17:36:42 -04:00
src add stock sw.js 2022-09-30 21:38:25 -04:00
.gitignore build intructions 2022-09-15 17:52:23 -04:00
CHANGELOG.md bump to 1.0.1, log new sw.js format 2022-09-15 18:08:25 -04:00
LICENSE Create LICENSE 2022-02-24 17:44:44 -05:00
package-lock.json bump to 1.0.1, log new sw.js format 2022-09-15 18:08:25 -04:00
package.json Remove src from files 2022-09-28 21:27:28 -04:00
README.md in 2022-09-30 21:34:33 -04:00
webpack.config.js add stock sw.js 2022-09-30 21:38:25 -04:00

Ultraviolet

Advanced web proxy used for evading internet censorship or accessing websites in a controlled sandbox.

Ultraviolet works by intercepting HTTP requests with a service worker script that follows the TompHTTP specifications.

See the changelog if you're using v1.0.1 or above!

Documentation can be found in the wiki.

How do I deploy/run this?

This repository is the bare-bones of Ultraviolet. This only contains the source code required to compile uv. scripts.

See Ultraviolet-Node for easy instructions to deploy an Ultraviolet website.

An example of REALLY using this (API, copying files, etc) is in Ultraviolet-Static. See scripts/build.js.

I don't care about building, where are the scripts for my website?!

You can extract the scripts from the NPM package in the releases section. All the scripts you would typically look for (uv.bundle.js, uv.handler.js, uv.sw.js, and uv.config.js) are found within the dist directory.

If you cannot open the tar.gz (Chrome OS?), use a converter. We can only do so much to make the scripts accessible.

How do I install this?

This will provide built files and the JS API to access the path of dist files.

Currently, we don't have an NPM package. As a current solution, you can install from a GitHub release. Copy the link to the .tgz and install using NPM.

$ npm install https://github.com/titaniumnetwork-development/Ultraviolet/releases/download/v1.0.1/ultraviolet-1.0.1.tgz

How do I build this?

  1. Clone the repository
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet.git
> Cloning into Ultraviolet...
$ cd Ultraviolet
  1. Install dependencies
$ npm install
  1. Produce the dist/ directory and compile scripts
$ npm run build

Packaging

This is intended for releasing on hosting the package as a file, not on NPM.

$ npm pack

Package will be named ultraviolet-X.X.X.tgz