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

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

Notifications You must be signed in to change notification settings

titaniumnetwork-dev/alloyproxy.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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.

Topics

Resources

Stars

Watchers

Forks