Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Configure HTTPS #34

Closed thompsonmj closed 1 year ago

thompsonmj commented 1 year ago

Installed certs with certbot into EC2 instance, mounted volume into docker-compose, and configured nginx to use encryption. Forwards http to https.

Auto cert renewal coming in a future issue.

thompsonmj commented 1 year ago

I realize we probably don't want this merging from the https branch which branched from 15-react, which is why this is such a huge PR.

Should I pull an updated main branch to the VM, then checkout a new https branch and make the same edits there?

johnbradley commented 1 year ago

@thompsonmj Could you create a branch from main and add your changes there? You should be able to git cherry-pick ... the commits you added.

thompsonmj commented 1 year ago

OK, I did the cherry-picking to a branch off of main. See the PR for https-2.