DDogeC / Supernova

Supernova is a front-end proxy, based off the theme of Interstellar by Interstellar Network

Home Page:https://supernova-proxy.akabubbo.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supernova

Run on Replit

Deploying on machine

git clone https://github.com/titaniumnetwork-dev/uv-app/
cd uv-app
git submodule update --init
npm install
npm start

uv.config.js

self.__uv$config = {
    prefix: '/sw/', // Proxy url prefix
    bare: '/bare/', // Bare server location
    encodeUrl: Ultraviolet.codec.xor.encode, // URL Encoding function
    decodeUrl: Ultraviolet.codec.xor.decode, // Decode URL function
    handler: '/uv.handler.js', // Handler script
    bundle: '/uv.bundle.js', // Bundled script
    config: '/uv.config.js', // Configuration script
    sw: '/uv.sw.js', // Service Worker Script
};

About

Supernova is a front-end proxy, based off the theme of Interstellar by Interstellar Network

https://supernova-proxy.akabubbo.repl.co


Languages

Language:JavaScript 99.4%Language:CSS 0.5%Language:HTML 0.1%Language:Procfile 0.0%