So, about a year ago I wrote about deploying Mantrae to help manage my traefik ingress for my homelab. It's been steadily working, making it a breeze. I've since furnished it with OIDC authentication, and went through upgrading several new versions.For some time now I've been running mantrae-agent instances on my Docker hosts, and this essentially allows mantrae to auto-configure based on Docker labels, as if traefik was deployed on the same Docker instance.Traefik does it out of the box with Docker configuration backend, but in my case traefik sits inside a dedicated LXC and has no capability to talk to Docker hosts at all.Enter mantrae-agent. You deploy it onto your docker host, tell it where the mantrae instance is, give it an API token and it will now monitor traefik labels on containers and automatically provision routers and services on traefik side.services: mantrae-agent: image: ghcr.io/mizuchilabs/mantrae-agent:latest container_name: mantrae-agent network_mode: host volumes:…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.