gdg-x / hub

[DEPRECATED] API Data Hub for the Global GDG Community
https://hub.gdgx.io
Apache License 2.0
36 stars 19 forks source link

Update infrastructure for Hub server #118

Open VikramTiwari opened 7 years ago

VikramTiwari commented 7 years ago

Hub is currently hosted on an Ubuntu VM with OS version 15.04. This is a deprecated version. During resolution of https://github.com/gdg-x/hub/issues/98 I realized that there is an open security bug which is causing our SSL score to be down even when we are using LetsEncrypt.

For comparison: My website score is A+ while hub's score is F.

My suggestion would be to move project into a new VM with either Debian 8 or Ubuntu 16.10

Splaktar commented 7 years ago

Tried to upgrade ubuntu on the same VM today but it failed as unsupported. Looks like we'll need to spin up a new VM.

VikramTiwari commented 7 years ago

Yeah! I tried that earlier as well but since it's on a non-LTS version, the upgrade won't make through.

I can take point on this over the weekend. Though if you have some time please do the following:

Let me know what you think.

Splaktar commented 7 years ago

I tried to document everything here https://github.com/gdg-x/hub/wiki/Building-a-Hub-instance. It would be great if you could get it up and running on an updated ubuntu LTS VM. Thank you.