<
>

Self Hosting Discord Bots and Other Apps with Coolify

   |   4 minute read

Image Description

Why Self-Host?

A lot of people tend to stray away from self-hosting and look for convenient deployment solutions with automated processes, Git integration, a simple user interface, etc. However, they can sometimes get hit with a surprise serverless bill from their cloud provider running over 4 digits. Self-Hosting allows you to have full control over your apps and services. It teaches you how to run things privately, setting up things like nginx, systemd services, networking and more. It is also cost efficient since you only have to pay for the server cost. While, I enjoy not worrying about huge bills from cloud providers, I still miss having the convenience these hosting platforms provided. With some investigation, I came across Coolify.

Read More >>

How to Automate Hostinger Deployments with Git Subtree and Webhooks

   |   4 minute read

Hostinger Automation with Git

Image Description

Hostinger is a great and cheap hosting platform for static websites. I currently use the web hosting plan to host several websites. To deploy my website changes, I export my static content (html, css, js) into a zip and unzip it in the file manager’s public_html folder. This is a little cumbersome so I looked for a way to automate this.

Fortunately this can be done easily. Hostinger has an official tutorial for deploying git repos here. Image Description However, this step alone won’t work on my web apps built with frameworks such as React, Next, and Hugo. I need another automation step.

Read More >>
Page 1 of 1
<
>