Skip to content

solarglare666/alloyproxy.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.9%
  • CSS 28.7%
  • HTML 23.4%