Plugins¶
Official omo plugins are out-of-process binaries installed via the Package Manager.
KeePass fields must match the code exactly — see KeePass schemas.
Catalog¶
| Plugin | What you manage | KeePass path |
|---|---|---|
| docker | Containers, images, networks, volumes, Compose | docker/<env>/<host> |
| redis | Keys, memory, clients, slowlog, pub/sub | redis/<env>/<instance> |
| kafka | Brokers, topics, partitions, consumer groups | kafka/<env>/<cluster> |
| rabbitmq | Queues, exchanges, bindings, connections | rabbitmq/<env>/<instance> |
| postgres | Databases, users, queries, replication | postgres/<env>/<instance> |
| ssh | Remote shell, processes, disk, services | ssh/<env>/<server> |
| argocd | Apps, projects, accounts, RBAC | argocd/<env>/<instance> |
| k8suser | Cert-based users & roles | k8suser/<env>/<cluster> |
| k8sportforward | Workloads / Services / Pods port-forward | k8sportforward/<env>/<cluster> |
| bunnydns | Bunny.net DNS zones, records, DNSSEC, certs | bunnydns/<env>/<account> |
| awsCosts | Cost explorer, budgets, forecasts | awsCosts/<env>/<profile> |
| s3 | Buckets, objects, ACL, lifecycle, multipart | s3/<env>/<profile> |
| git | Status, commits, branches, stash | git/<env>/<repo> |
| github | PRs, Actions, secrets, variables, releases | github/<env>/<account> |
| sysprocess | Local processes, CPU, memory, disk, ports | (no KeePass entry) |
Metadata: plugins.meta.yaml.
Shared behavior¶
| Key | Action |
|---|---|
| 0–9 | Primary views |
| Ctrl+T | Switch target |
| ++R++ | Refresh |
| ++/++ | Filter |
| ++?++ | Help |
| Esc | Back / dismiss |