solgenomics / breedbase_dockerfile

The Dockerfiles for breeDBase
MIT License
8 stars 8 forks source link

Support for HTTPS #45

Closed djbutler closed 1 year ago

djbutler commented 1 year ago

Does the docker image currently support HTTPS?

lukasmueller commented 1 year ago

The way it works it that you run the docker without https. You configure a front end proxy, based on nginx, that does the secure layer for you. For that purpose, I recommend the Let's Encrypt system. Let me know if you need more info. I have sample configs available.

cheers Lukas


From: Dan Butler @.> Sent: Tuesday, May 30, 2023 2:30 PM To: solgenomics/breedbase_dockerfile @.> Cc: Subscribed @.***> Subject: [solgenomics/breedbase_dockerfile] Support for HTTPS (Issue #45)

Does the docker image currently support HTTPS?

— Reply to this email directly, view it on GitHubhttps://github.com/solgenomics/breedbase_dockerfile/issues/45, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAAV7F4MO6B4EDQ5FWYSDVTXIY4D3ANCNFSM6AAAAAAYUMSNM4. You are receiving this because you are subscribed to this thread.Message ID: @.***>

djbutler commented 1 year ago

Thanks Lukas, it was pretty simple with Let's Encrypt, thanks for the reference.