Self Hosting Journey
I have finally bought new mini PC to start hosting and experimenting.
I am Giray Coskun. A software engineer graduated from Sabanci University, Computer Science and Engineering.
This blogs are going to be software related. I have also another writing section that I frequently use myself so that is more like a notebook.
I have finally bought new mini PC to start hosting and experimenting.
I have a flask app, I wanted to deploy it to so I configured NGinx proxy and I was already using Cloudflare. Thus the app started running behind 2 proxy servers. Until this point I was not using flask sessions to keep data so everyhting was running fine. You could ask how flask sessions was a problem. Well the feature is not the problem but my naive setting the SECRET_KEY was.
Everyhting started with an error as any good story does.
zsh: ./poetry: bad interpreter:
/Users/giraycoskun/.local/pipx/venvs/poetry/bin/python: no such file or directory