Docker

My New Mini Home Proxmox Server

Ed Brandon  -  August 11, 2022

It was becoming very clear my traefik server running on a raspberry pi 4 was being overwhelmed as the size of my Docker Swarm has grown. While looking into upgrading my main desktop’s CPU from an old AMD Ryzen 5 1500x to a Ryzen 5 5600 I started to think what am I doing to...

Read More
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
Uptime-Kuma Status Page

Monitor your Home Network easily with Uptime-Kuma

Ed Brandon  -  March 31, 2022

Uptime-Kuma – An easy way to monitor your home network or lab Since I’ve setup my Docker Swarm cluster and have added many smart home devices to my network there was always something that maybe was not working as it should. I wanted a easy way to monitor your home network. I’ve used Nagios in...

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