Category: Self Hosting
-
Automating Flask Deployment Using Docker and Github Actions
I’ve had enough of tedious deployments, so I decided to become proficient in automating the process. While I’ve previously used GitHub Actions to streamline deployments, I had yet to do so in a Flask environment. In this article, I’ll outline the steps I followed to deploy my Flask backend using Docker and GitHub Actions, specifically…
-
Cloudflare Header Tips
I am pretty sure any developer would have known about cloudflare. Be it for Hosting, Ai, Storage, Mail, Security, Infra, Tunnels, DNS etc. When you are a guy who uses free stuff to get things done for you, you cannot pay for things that you want, but also cannot stop from getting good things. Not…
-
OpenResty SSL Setup: Install and Secure Site withNginx with Let’s Encrypt on Ubuntu
Learn how to install and configure OpenResty Nginx SSL on Ubuntu. This guide covers setting up OpenResty, obtaining an SSL certificate using Certbot, and enabling auto-renewal for a secure HTTPS website. 🚀