CloseChoice / dataframetrainer

a WIP repository to build a data science programming tutor
4 stars 1 forks source link

Add https support #116

Closed CloseChoice closed 12 months ago

CloseChoice commented 1 year ago

The python backend and the frontend should support https. This can be tricky since we hardcoded the URLs in the frontend. Maybe we should use proxies.

Make sure that also nginx uses https

CloseChoice commented 12 months ago

done