How I set up my homelab on RaspberryPi using docker
Introduction I’ve been owning Raspberry Pi 4 for a while now and had been successfully setting up simple homelab services for my own usage. This include deploying pihole + dnscrypt-proxy for my adblocker and installing nextcloudpi alongside them. For setting up adblocking + avoiding dns poisoning, I followed one of my colleague’s write-up (huge shoutout to Mas Tonny!). And for the nextcould part, I used the nextcloudpi setup wizard. To bring it on the go, I’ve set up tailscale for VPN purposes and enable my devices to connect with each other. ...