docker Configuring Traefik on Synology DSM7 using docker macvlans Recent changes in DSM7 have made guaranteeing being able to free up ports 80/443 for use by traefik rather difficult. Using a combination of several advanced techniques with docker networking we can circumvent this requirement once and for all with the macvlan driver.
traefik Traefik v2 and external services like Home Assistant and Blue Iris I recently made the switch from the nginx reverse proxy life to Traefik. I've written a couple of other posts recently about the process: Running Unifi controller behind TraefikRunning InvoiceNinja
technical How to setup InvoiceNinja v4 with Traefik v2 + nginx with TLS As you may know I'm the sort of chap who runs everything I possibly can using containers. However, setting up a Self-Hosted InvoiceNinja with a reverse proxy - Traefik in this case - wasn't the easiest thing ever. Here's how I did it.