Skip to content
Matej Marusak edited this page Feb 23, 2023 · 15 revisions

A list of broader ideas for Cockpit functionality. This list is here to inspire and track enhancements that people have submitted but nobody has actually decided to contribute (yet).

More concrete plans typically show up as feature pages or on the roadmap.


Host Groups For example, a web group that could contain all web servers? a mail group for mail servers and mailing list servers? workstations for local machines? -- @michaelwemoto -- original issue #2791

Set System Keyboard Cockpit should let admins configure the keyboard layout that are used on the virtual consoles and eventually running X servers. -- @nphilipp -- original issue #640

Easy way to install firmware An easy way to install firmware could be implemented using the fwupd daemon https://github.com/hughsie/fwupd/blob/master/README.md -- @andreasn -- original issue #1922

Cockpit could build and run without systemd Some people seem to want to build and use cockpit without systemd. This would help with running on RHEL 6 for instance. Lots of work here -- @stefwalter -- original issue #1583

Docker Compose Yaml Would it be feasible to implement a 'image run' feature to utilize docker compose yml to define the container parameters? Likewise, if yml is used for initial container startup, have a 'clean container restart' option that performs a docker stop, docker rm, and docker run again from same yml. yml copy/paste would be useful, but actually pulling from file would be better in my opinion. -- @jamesdboone -- [original issue #5404]

Clone this wiki locally