To Summarize the Chat, we have things to do:
provide a public repo containing the required html/css/js files for nginx
create a base nginx conf
create a shell script to load the website
ssl cert
certbot certonly --standalone -d "[minikube.tofunk.net](<http://minikube.tofunk.net/>)" --agree-tos -m "[[email protected]](<mailto:[email protected]>)" --non-interactivehttps://github.com/tobiasfunk-personal/scal-task.git
<aside> ⚠️
the prep script isnt really done but i dont need it at this point so either finish it or delete it !!
</aside>
<aside> ⏰
this turned out very unnecessary and a waste of time
</aside>
❯ ls certs Dockerfile nginx.conf prep-ubuntu.sh update_repo.sh
❯ cat prep-ubuntu.sh
# make sure docker is installed
#
# make sure minikube is installed
#
# make sure certbot is installed
#
# make sure to issue certbot as --standalone, outputting to the certs/ folder
before we push that to the server, ill have codex to translate my prep instructions and check for any logic errors: