Skip to content

Releases: brdweb/podman-manager

v2026.03.20.1

Choose a tag to compare

@github-actions github-actions released this 20 Mar 13:43

Podman Manager v2026.03.20.1

Changes

  • Snapshot cache with configurable TTL (reduces SSH polling)
  • WebSocket event streaming for real-time container updates
  • SSH host key verification (strict/accept-new/off modes)
  • Container removal with force option
  • Image management (list, pull, remove, prune)
  • Real-time log streaming via WebSocket
  • Version display in webapp header
  • Structured JSON logging (slog)

Downloads

  • Unraid Plugin: Download the .txz file and install manually, or use the .plg URL from Community Applications
  • Docker Image: ghcr.io/brdweb/podman-manager:v2026.03.20.1 or ghcr.io/brdweb/podman-manager:latest

v2026.03.20

Choose a tag to compare

@github-actions github-actions released this 20 Mar 12:47

Podman Manager 2026.03.20

Changes

  • Snapshot cache with configurable TTL (reduces SSH polling)
  • WebSocket event streaming for real-time container updates
  • SSH host key verification (strict/accept-new/off modes)
  • Container removal with force option
  • Image management (list, pull, remove, prune)
  • Real-time log streaming via WebSocket
  • Version display in webapp header
  • Structured JSON logging (slog)

Downloads

  • Unraid Plugin: Download the .txz file and install manually, or use the .plg URL from Community Applications
  • Docker Image: ghcr.io/brdweb/podman-manager:v2026.03.20 or ghcr.io/brdweb/podman-manager:latest

v2026.03.19.7

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:57

Summary

  • add Podman dashboard tile with container status, start/stop/restart actions, and auto-refresh
  • containers sorted alphabetically by name across all hosts
  • native Unraid widget box placement via mytiles registration
  • consistent row styling overriding Unraid first-row title CSS

v2026.03.19.6

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:53

Summary

  • override Unraid dashboard first-row title styling on container table cells with font-size:inherit!important and font-weight:normal!important

v2026.03.19.5

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:44

Summary

  • remove explicit font-size overrides so the container list inherits the native Unraid tile font size
  • sort all containers alphabetically by name across all hosts instead of grouping by host

v2026.03.19.4

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:40

Summary

  • fix dashboard stop/start/restart actions by sending container ID instead of systemd unit name (matches working main page pattern)
  • fix first container row having larger font by adding explicit font-size reset on the container table
  • revert unnecessary backend .service suffix handling since the dashboard no longer sends unit names

v2026.03.19.3

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:35

Summary

  • rewrite dashboard tile as a single PHP heredoc block matching Unraid's official custom tile example
  • previous versions failed because Dynamix does not include Dashboard .page files as PHP — content after the separator is inserted into the page template, so PHP must be in embedded blocks
  • all jQuery $ signs properly escaped for heredoc interpolation
  • tile registers through $mytiles for proper widget box placement

v2026.03.19.2

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:23

Summary

  • register the Podman dashboard tile through Unraid's native mytiles flow
  • route Quadlet dashboard actions through systemd service targets for reliable control
  • add plugin validation scripts for PHP/page linting and release manifest verification

v2026.03.19.1

Choose a tag to compare

@brdweb brdweb released this 19 Mar 13:11

Summary

  • fix dashboard tile placement so it renders inside a native Unraid widget box
  • fix dashboard tile actions to target containers by ID for reliable start, stop, and restart operations
  • keep dashboard summary counts and quick actions available from the main Dashboard page

v2026.03.19

Choose a tag to compare

@brdweb brdweb released this 19 Mar 12:53

Summary

  • add a Podman dashboard tile to the Unraid dashboard
  • show running and total container counts across managed hosts
  • add quick start, stop, and restart actions directly from the dashboard tile