Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.05 KB

alloyproxy.org

An easy Alloy instance to deploy to Heroku, any online IDE, or hosting it yourself.

Deploy

Run on Repl.it

How to use:

  1. git clone https://github.com/titaniumnetwork-dev/alloyproxy.org.git

  2. cd alloy-server

  3. npm install

  4. npm start

Configurations

You can use the normal Alloy configurations but this also comes with additional configurations in config.json.

"prefix": "/get/", // Sets prefix of proxy.
"ssl": false, // Sets the SSL of the app.
"port": "8080", // Sets the port of the app.
"cookie_auth": "__alloy_client=human" // If you don't want web crawlers coming and flagging your instance, then its highly recommended you use this. If you don't want this then remove this.