Continous Deployment of software using Github Actions


A couple of months ago, I wanted to seamlessly update the code of my small web app running on my server. I was tired of using SFTP or copying code over SSH to the terminal editor every time I update something as small as the shade of a color. So I started looking for something more DevOps like. Some software for CI (Continuous Integration), CD(Continuous Delivery) and CD (Continuous Deployment). Mostly for Continuous Delivery because I don’t need integration considering I was doing the project alone.…
Read more ⟶

Using Nginx as subdomain proxy for Weechat relay


Weechat is an IRC client with relay options that enables us to use external applications as the frontend for Weechat. For example, Glowingbear or Weechat for Android is such application. The relay can be directly exposed to the internet, and you can also use a self-signed SSL certificate, but I don’t really like the idea of doing that and exposing a possibly vulnerable app to the internet. So I stumbled upon the idea of using Nginx to proxy the internal port to a custom subdomain and open it up to the internet.…
Read more ⟶

My first blog


This is my frist blog post, this blog is made with Hugo. …
Read more ⟶