docs: add thinkstation printer config (HP 586 MFP, static IP, cups-browsed disabled)

This commit is contained in:
2026-06-14 03:10:43 +00:00
parent 1f825a357f
commit f49b8e11a9
+16 -1
View File
@@ -1,6 +1,6 @@
# Homelab Overview # 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. 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 | | Stirling PDF | frooodle/s-pdf:latest | 8081 | PDF tools web UI |
| Portainer Agent | portainer/agent:latest | 9001 | Managed by siklos Portainer | | 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 ### 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 | | AI (Open WebUI) | https://ai.jgitta.com |
| Guacamole | https://apache.jgitta.com | | Guacamole | https://apache.jgitta.com |
| Kopia | https://kopia.jgitta.com | | Kopia | https://kopia.jgitta.com |