Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 701 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 701 Bytes

Admin Only

Install After base-init

cd ~; git clone git@github.com:Laborate/dev-proxy.git; cd dev-proxy; npm install;

Information

Use only in developement. The server looks at the home folders and sees which users have repos that are acceptable. If repo is in accepted list then it will find the config file and add it to the list of domains and ports that need to be reverse proxied.

  http://<repo>.<user_name>.dev.laborate.io

Start Server If Down

cd ~/dev-proxy; forever start start.js;