Coder Social home page Coder Social logo

noprxject / metallic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cognetwork-dev/metallic

0.0 0.0 0.0 3.24 MB

A powerful web proxy build for speed and customization.

Home Page: https://usemetallic.com

License: MIT License

Shell 0.01% JavaScript 98.48% XSLT 0.01% CSS 1.38% HTML 0.11% Dockerfile 0.01%

metallic's Introduction

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
  • Customizable interface
  • Mobile support
  • 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

Block List

File: /blocklist/block.json

[host, sub.host, host...] - An Array of hostnames to block (also include subdomains)

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.

Pages

Pages are is the order of 1, 2, 3 etc.

  • / - Home
  • 1.html - Apps
  • 2.html - Games
  • 3 (and 3.html) - Redirects to /3/1.html
    • 3/1.html - Search
    • 3/2.html - Tab
    • 3/3.html - Appearance
    • 3/4.html - UI
  • 4.html - Privacy
  • 5.html - Credits
  • 6.html - Support
  • * - Error

License

Metallic uses the MIT license.

metallic's People

Contributors

nebelung-dev avatar e9x avatar moonpiedumplings avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.