henryj320 / helios_dashboard

This is a repository for my React Dashboard. Develop a React frontend based on a template. Develop it from scratch making use of a template's components when required. Have separate pages for each Python project.
GNU General Public License v3.0
1 stars 0 forks source link

Make the dashboard public-facing #12

Open henryj320 opened 1 year ago

henryj320 commented 1 year ago

Investigate into placing your React Dashboard onto a public domain. The process for this would be:

  1. Check for vulnerabilities: SQL injection, emailing on failure, etc.
  2. Get a free domain from somewhere like Freenom.
  3. Test that it works.
henryj320 commented 1 year ago

Could you use a Docker container to safely expose it to the internet without risk to the network?