hammad93 / hurricane-server

Provides a Dockerized solution to host a Tensorflow Deep Learning Model specially for hurricane research.
MIT License
1 stars 0 forks source link

WordPress & NoVNC details #5

Open hammad93 opened 4 months ago

hammad93 commented 4 months ago

This is great but doesn't have details about how we deployed WordPress or NoVNC.

A new branch called novnc was created to track this

hammad93 commented 4 months ago

https://github.com/novnc/noVNC

We used the certbot generated SSL certificated with noVNC. Here's the tested command that works after installing from snap, novnc --vnc DNY15150.macincloud.com:5900 --cert /home/bitnami/snap/novnc/current/fullchain2.pem --key /home/bitnami/snap/novnc/current/privkey2.pem

For WordPress, just add the login URL. Perhaps in the future we will add containerized support for WordPress

hammad93 commented 4 months ago

How did we use the certbot generated SSL? The method that was utilized was probably secure, but a security analysis was not done. When the solution is up and deployed for a while with thorough testing including pen tests, we can describe this method

hammad93 commented 3 months ago

nohup novnc --vnc DNY15150.macincloud.com:5900 --cert /home/bitnami/snap/novnc/current/fullchain2.pem --key /home/bitnami/snap/novnc/current/privkey2.pem &> macincloud.txt &

hammad93 commented 3 months ago

We may move to Apache Guacamole