The media.liken.sh manual
This manual tells you how to install media-operator on a
liken cluster and how to run media on
the equipment it declares. The guides give the steps. The reference
describes each resource, its fields, and its topics on the
message bus.
The operator declares players, plays, remotes, and keymaps as Kubernetes resources, and it reconciles them into pods that claim the hardware operators’ devices: displays, audio outputs, and Bluetooth controllers. At run time, every message between the operator and its pods goes over one MQTT broker, and the reference documents that bus as the contract your own programs can join.
This site also serves the deployment manifests the guides apply, as
raw YAML under /deploy/. They are
the repository’s own files, published with the manual that describes
them.
This manual is small on purpose. The repository is written to be read: the Go files and the manifests have comments that explain how the operator works. The manual tells you how to operate it; the design documents say why it is built the way it is.