hellogates / Metallic

A powerful web proxy build for speed and customization.

Home Page:https://metallic.gq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metallic

A powerful web proxy build for speed and customization.

Access the web with this stylish new web proxy service made in React supporting many sites. Metallic was originally created for TN's proxathon where it won 2nd place!

Features

  • Simple clean design
  • Support for many popular sites
  • Advanced customization options
  • Mobile support
  • Customizable interface and expansive library of themes

Setup

Run

Run npm start to start a webserver and the Bare server. You may deploy Metallic by using an external bare server and a static file host. Metallic must be built before attempting to start.

Build

Run npm run build to build app for production to the build folder.

Development

Run npm run dev to run the app in development mode.

Deploy

Click a button at the top of this page and follow the directions for an easy way to host Metallic.

Configuration

Obfuscation

File: /src/consts.js

const obfuscation = true | false; - Choose to obfuscate text

Github and Discord

File: /src/consts.js

const github = "string"; - Update the Github links

const discord = "string"; - Update the Discord link

Bare Servers

File: /src/consts.js

const bareServerURL = new URL(url); - Main bare server and Stomp bare server

File: /public/uv/uv.config.js

bare: url, - Ultraviolet bare server

File: /public/dip/dip.config.js

bare: {

version: 1 | 2, - DIP bare version

path: url, - DIP bare server

}

File: /public/aero/config.js

const backends = [url]; - Aero bare server

Changelog/Roadmap

Check out the changelog and the roadmap.

License

Metallic uses the MIT license.

About

A powerful web proxy build for speed and customization.

https://metallic.gq

License:MIT License


Languages

Language:JavaScript 98.6%Language:CSS 1.2%Language:HTML 0.1%Language:XSLT 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%