Files
homepage/docs/widgets/services/komodo.md
shamoon 817a9bbce5
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docs / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Docs / Test Build Docs (push) Has been cancelled
Docs / Build & Deploy Docs (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
Clarify showSummary precedence in Komodo widget docs
2025-11-05 08:44:31 -08:00

841 B

title, description
title description
Komodo Komodo Widget Configuration

This widget shows either details about all containers or stacks (if showStacks is true) managed by Komodo or the number of running servers, containers and stacks when showSummary is enabled.

The api key and secret can be found in the Komodo settings.

Allowed fields (max 4): ["total", "running", "stopped", "unhealthy", "unknown"]. Allowed fields with showStacks (max 4): ["total", "running", "down", "unhealthy", "unknown"]. Allowed fields with showSummary: ["servers", "stacks", "containers"].

widget:
  type: komodo
  url: http://komodo.hostname.or.ip:port
  key: K-xxxxxx...
  secret: S-xxxxxx...
  showSummary: true # optional, default: false. Takes precedence over showStacks
  showStacks: true # optional, default: false