When the Cloud Goes Down: A Day That Made Me Rethink My Setup

Today was one of those days where everything that normally “just works” decides to take a vacation. Cloudflare had a pretty big outage, and suddenly all my websites were unreachable. The funny part?…

Cloud 4 min read
When the Cloud Goes Down: A Day That Made Me Rethink My Setup
Setting up SMTP relay on iRedMail

In this quick tutorial we will see how you can enable outgoing emails through mail gun relay host. This will be useful if you are using self hosted email with shared IP address. Because when you…

Cloud 1 min read
Setting up SMTP relay on iRedMail
Automatic deployment with portainer

If you are self hosting your website and aiming for automating the deployment, this quick guide might help you. In this we are going to run the docker services inside a docker swarm cluster and will…

Cloud 3 min read
Automatic deployment with portainer
Setting up Traefik load balancer on Docker Swarm

Recently I was upgrading my home servers from Raspberry Pi to a PC with high configuration (intel i7, 32GB RAM and 1TB SSD). On Raspberry Pi, I used a single node docker network, but with plenty of…

Cloud 8 min read
Setting up Traefik load balancer on Docker Swarm
Backup and restore postgres database with docker run

Now a days it is common to use database as a service from cloud providers instead of maintaining the local postgres installation. Also there will be times you switch between providers due to some…

Cloud 1 min read
Which cloud hosting to use in 2022?

If you are starting a small online business like me, this advise might help you. I have done some research recently as I was migrating my web apps hosted from home on my Raspberry Pi4 to cloud…

Cloud 2 min read