Docker

Traefik Logo

How to show real IP of clients in Traefik access.log in Docker

Ed Brandon  -  March 31, 2022

If you are running Traefik in Docker and you are monitoring incoming traffic you will see all incoming connections are using IP addresses from the Docker ingress network. If you need the real IP of clients in Traefik connecting to your Traefik reverse proxy running in a Docker Swarm environment you will need to publish...

Read More
Traefik Logo

How to rotate the Traefik access.log in Docker Swarm

Ed Brandon  -  March 31, 2022

I enabled Traefik access logs to use in Grafana for a Traefik to Loki dashboard. I quickly found out Traefik access logs grow quickly and I would need to rotate the Traefik access.log in Docker Swarm. Since I have Traefik running in a container in Docker Swarm we will have to tell the logrotate daemon...

Read More
Plex

Plex and USTVGO for Live TV an for FREE using Docker!

Ed Brandon  -  January 29, 2022

Locast shutdown and I’ve been looking replacement where I could use Plex to watch live TV. I found USTVGO which is completely free and while it worked fine using my TV’s web browser I thought is there any to get this with Plex and USTVGO integrated. The Solution I found a project called Cabernet which...

Read More
Raspberry Pi Docker Swarm

Blinkt! Watch CPU & Temperature Visually with a Raspberry Pi

Ed Brandon  -  January 2, 2022

Blinkt! While I was using pimoroni example scripts to show CPU usage on my Docker Swarm nodes running on my Raspberry Pi 4b I wanted more. I found the is Docker image cisecke/blinkt-cpu-info however I felt no need to run this Python script as a container. The advantage of this is the script will startup...

Read More