Routing Docker traffic through a VPN container I'm using a VPN for years now but I recently decided to route the traffic of some of my container through a VPN connection to by-pass some country-specific restrictions and to enhance my privacy.
Install Wireguard on your Synology NAS WireGuard is a new, modern and open-source VPN protocol. You might have heard about it as it has been merge a exactly a year ago in the Linux core.
Generate a Let's Encrypt wildcard certificate on Synology with Docker and Cloudflare Following my setup of AdGuard Home, I found out it can manage DNS-over-HTTPS and DNS-over-TLS but it needs valid SSL certificates for that purpose.
AdGuard Home: A world without ads and trackers! You might have heard about Ublock Origin or PiHole, let me introduce to you AdGuard, and especially AdGuard Home!
Give your host access to Docker containers with macvlan Here is a trick you can use if you want to give your host access to some of your containers using a macvlan. I had to use this trick to setup AdGuard Home on my Synology NAS to be able to use this DNS from the NAS itself.
Theme.park: Custom themes for your favorite apps! Theme.park is a Github project which propose a collection of of themes/skins for most of your favorites apps!
Filebrowser: The ultimate self-hosted server browser For a long time, I've been looking for a way to replace my Synology file browser (DS File) with something more user friendly. After browsing DockerHub, GitHub and all my bookmarks, I found File Browser!
Get the IP address of your Docker containers Have you ever looked for the local network IP address of one of your Docker container? Trying to connect to it from another one?