An easy Alloy instance to deploy to Heroku, any online IDE, or hosting it yourself.
-
git clone https://github.com/titaniumnetwork-dev/alloyproxy.org.git -
cd
alloy-server -
npm install -
npm start
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.