Brandon421-ops / alloy

A web proxy for use in combating web filters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment

Table of contents

  • Quick & easy deployment
  • Deployment configuration explaination
  • how to use email OTP Verification mode
  • Advanced Deployment
  • Filesystem

Quick & Easy Deployment Options

Deploy to Heroku
Run on Replit
Deploy to IBM Cloud
Deploy to Amplify Console
Run on Google Cloud
Deploy on Railway
Deploy To Koyeb
Deploy to Render
Remix on Glitch

Running locally

git clone https://github.com/Brandon421-ops/alloyproxy.git
cd alloyproxy
node server.js

Options in config.json

{
    "port": "8080",
    "ssl": false,
    "prefix": "/web/",
    "localAddresses": [],
    "blockedHostnames": []
}

"port": "8080" = Sets HTTP server port of web proxy.

"ssl": "false" = Sets HTTP server SSL.

"prefix": "/web/" = Sets the overall prefix of the web proxy.

"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.org", "example.com" ] = 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.

About

A web proxy for use in combating web filters.


Languages

Language:CSS 80.6%Language:JavaScript 18.4%Language:HTML 1.0%