From f49b8e11a9264121ec5c7a37805e4b2c1f585a53 Mon Sep 17 00:00:00 2001 From: Jozsef Gtta Date: Sun, 14 Jun 2026 03:10:43 +0000 Subject: [PATCH] docs: add thinkstation printer config (HP 586 MFP, static IP, cups-browsed disabled) --- homelab-overview.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/homelab-overview.md b/homelab-overview.md index 9d210e8..588473f 100644 --- a/homelab-overview.md +++ b/homelab-overview.md @@ -1,6 +1,6 @@ # Homelab Overview -**Last Updated:** May 11, 2026 +**Last Updated:** June 13, 2026 This document provides a high-level summary of the entire homelab infrastructure — networking, physical/virtual hosts, Docker services, and how everything is connected. @@ -174,6 +174,20 @@ Media storage is mounted at `/mnt/media` on the jellyfin host and presented as ` | Stirling PDF | frooodle/s-pdf:latest | 8081 | PDF tools web UI | | Portainer Agent | portainer/agent:latest | 9001 | Managed by siklos Portainer | +#### Printing (thinkstation) + +The thinkstation is the print server for the HP PageWide Color Flow MFP 586. + +| Item | Value | +|---|---| +| Printer | HP PageWide Color Flow MFP 586 | +| IP | 192.168.88.89 (static DHCP reservation, MAC: `ec:8e:b5:c0:d0:48`) | +| CUPS queue | `HP_586_MFP` (default) | +| Device URI | `ipps://192.168.88.89/ipp/print` | +| Driver | IPP Everywhere (driverless) | + +`cups-browsed` is **disabled** — it was auto-recreating an unstable mDNS-based queue whenever the printer was online. The printer is permanently saved in `/etc/cups/printers.conf` with a static IP URI. + --- ### photos VM — 192.168.88.32 (VM 113) — Photo Services @@ -228,3 +242,4 @@ Prometheus scrapes **Node Exporter** (port 9100) from every host: siklos, proxmo | AI (Open WebUI) | https://ai.jgitta.com | | Guacamole | https://apache.jgitta.com | | Kopia | https://kopia.jgitta.com | +