Go to file
Theunis Johannes Botha c65dd23b3d vpn 2018-04-05 10:23:57 +02:00
nginx vpn 2018-04-05 10:23:57 +02:00
.gitignore stuff 2018-04-04 12:30:30 +02:00
README.md updated README 2017-02-09 00:57:45 +01:00
bash_aliases stuff 2018-04-04 12:30:30 +02:00
bash_history stuff 2018-04-04 12:30:30 +02:00
bashrc aliases 2017-02-10 15:18:15 +01:00
build_latest stuff 2018-04-04 12:30:30 +02:00
checkout_all stuff 2018-04-04 12:30:30 +02:00
clients.js stuff 2018-04-04 12:30:30 +02:00
config.js stuff 2018-04-04 12:30:30 +02:00
connection.js stuff 2018-04-04 12:30:30 +02:00
delete update to start scripts 2017-01-24 13:16:46 +01:00
dump stuff 2018-04-04 12:30:30 +02:00
general.encrypted vpn 2018-04-05 10:23:57 +02:00
hosts vpn 2018-04-05 10:23:57 +02:00
inputrc cool config files 2017-02-09 00:56:04 +01:00
logs pm2 control scripts 2017-01-24 10:20:08 +00:00
model.js stuff 2018-04-04 12:30:30 +02:00
package.json cybafelo config 2017-02-09 00:50:43 +01:00
pong.conf cross origin 2016-10-01 01:10:37 +02:00
progress-dot-on.png stuff 2018-04-04 12:30:30 +02:00
progress-dot-on16.png stuff 2018-04-04 12:30:30 +02:00
progress_dot_on.png cool config files 2017-02-09 00:56:04 +01:00
progress_dot_on16.png cool config files 2017-02-09 00:56:04 +01:00
restart pm2 control scripts 2017-01-24 10:20:08 +00:00
secure.js stuff 2018-04-04 12:30:30 +02:00
start merge conflicts 2018-04-04 12:34:57 +02:00
start_api stuff 2018-04-04 12:30:30 +02:00
start_api-v1.6 stuff 2018-04-04 12:30:30 +02:00
start_app stuff 2018-04-04 12:30:30 +02:00
start_cron stuff 2018-04-04 12:30:30 +02:00
start_editor stuff 2018-04-04 12:30:30 +02:00
start_gate stuff 2018-04-04 12:30:30 +02:00
start_mail stuff 2018-04-04 12:30:30 +02:00
start_pong merge conflicts 2018-04-04 12:34:57 +02:00
start_port stuff 2018-04-04 12:30:30 +02:00
start_racing merge conflicts 2018-04-04 12:34:57 +02:00
start_tools merge conflicts 2018-04-04 12:34:57 +02:00
status_all stuff 2018-04-04 12:30:30 +02:00
stop pm2 control scripts 2017-01-24 10:20:08 +00:00
track_all stuff 2018-04-04 12:30:30 +02:00
ubuntu-logo.png stuff 2018-04-04 12:30:30 +02:00
ubuntu-logo.xcf stuff 2018-04-04 12:30:30 +02:00
ubuntu-logo16.png stuff 2018-04-04 12:30:30 +02:00
ubuntu_logo.png aliases 2017-02-10 15:18:15 +01:00
ubuntu_logo16.png aliases 2017-02-10 15:18:15 +01:00
update_all stuff 2018-04-04 12:30:30 +02:00
vimrc.local merge conflicts 2018-04-04 12:34:57 +02:00

README.md

#Configuration Package This is a central repository which aims to be a replacement for all configuration packages.

Every configuration lies in a different branch.

Each branch corresponds to a server configuration, ex. tj-dev is for TJ's dev machine.

gw-3d should be deployed on the gw-3d server

if we have a gw-3d-beta server, this branch would be called gw-3d-beta

and so on.

Secure (Sensitive configuration options) go into secure.js.

public configuration options go into config.js.

config.js is linked to from every other package via symbolic link.

When config.js is required server side, it is automatically merged with secure.js in order to produce a global server side configuration, whilst only exposing config.js public to client side.