OWASP / SecureTea-Project

The OWASP SecureTea Project provides a one-stop security solution for various devices (personal computers / servers / IoT devices)
https://securetea.org
MIT License
289 stars 141 forks source link

Need someone to deploy owasp securetea gui / dashboard into herokuapp #42

Closed adeyosemanputra closed 5 years ago

adeyosemanputra commented 5 years ago

Hi @mishal23 @abhisharma404 If possible in the end we should deploy owasp securetea dashboard into herokuapp

Like owasp juice shop https://juice-shop.herokuapp.com Best

rejahrehim commented 5 years ago

This dashboard should be a demo. As we could not deploy a dashboard for everyone.

mishal23 commented 5 years ago

The dashboard is now deployed here: https://secure-tea.herokuapp.com/dashboard A sample endpoint is deployed here for a demo: https://securetea-endpoint.herokuapp.com/

You can also start the endpoint app locally using sudo python monitor.py, and find your IP Address and enter on the /config route to get the statistics on dashboard.

rejahrehim commented 5 years ago

@mishal23 Good :+1: Update this in Documentation

mishal23 commented 5 years ago

Sure, also there were small changes made to make the deployment proper. Shall I send a PR with those changes too? @rejahrehim

rejahrehim commented 5 years ago

Shall I send a PR with those changes too?

Is that changes specific to Heroku Deployment? If yes, keep it in a separate branch. If not, send PR.

mishal23 commented 5 years ago

Some changes specific to Heroku, some might be needed to deploy to any service. Okay, will do that.