Deploy Gitea and Woodpecker CI with Docker Compose

Just a short post to let you know that I published my instructions on Codeberg on how to quickly set up your own self-hosted Gitea server with Woodpecker CI and Traefik as a reverse proxy on your own local home server. Docker Compose Traefik Docker Compose Gitea Docker Compose Woodpecker CI with Gitea integration I have split everything up into individual Docker Compose files. You can also put everything together into on big Docker Compose if you like, but I prefer my components to be serperated nicely.
Read more →

How to Setup WireGuard VPN

WireGuard has become a popular VPN protocol due to its simplicity and security. I created this guide because as a non-Linux administrator and non-network professional, I found it quite difficult to find correct and complete instructions on how to set up my own VPN with WireGuard. The official documentation didn’t help me much in this either. WireGuard Server and Client The goal here is to set up a WireGuard server on Ubuntu Server 20.
Read more →