Skip to content

v1.74

Choose a tag to compare

@floppy007 floppy007 released this 25 Feb 13:43
· 70 commits to main since this release

Änderungen

  • Docker: Container-Inspect für Host-Network: Container ohne Port-Mapping (z.B. Portainer mit --network host) werden jetzt per Inspect-API abgefragt und der höchste ExposedPort verwendet (z.B. 9443 für Portainer Web-UI)
  • Manuelle Links immer klickbar: Bei Verbindungsfehler (z.B. Proxmox nicht erreichbar aus Docker-Netzwerk) werden Links als "online" statt "offline" angezeigt — der User hat die URL selbst eingetragen, also vertrauen wir ihr
  • Port-Fallback-Kette: webdash.url > webdash.port > PublicPort > PrivatePort > ExposedPorts (Inspect)

Changes

  • Docker: Container inspect for host network: Containers without port mapping (e.g. Portainer with --network host) are now inspected via API, using the highest ExposedPort (e.g. 9443 for Portainer web UI)
  • Manual links always clickable: On connection failure (e.g. Proxmox not reachable from Docker network), links are shown as "online" instead of "offline" — user added the URL, so we trust it
  • Port fallback chain: webdash.url > webdash.port > PublicPort > PrivatePort > ExposedPorts (inspect)