Blog posts

You can also Subscribe to Atom feeds in a feed reader.

Cockpit 0.89 Released

  • OSTree upgrades and rollbacks
  • Custom login authentication scripts
  • Stubbed out bridge for non-local users
  • Specific dashboards can now be shown as default
  • Fix login on Windows
  • Host name in self-signed certificate
  • Routine Debian testing
  • Case insensitive cockpit.conf
  • Reorder graphs on server summary page
  • Syncing of users when adding a server
  • Weak dependencies on Fedora 24+
  • Vagrantfile working again
  • SOS Reporting

Cockpit 0.85 Released

  • Varying users on dashboard machines
  • Non standard SSH ports
  • Troubleshooting machine connectivity
  • Fix SELinux certificate file type bug
  • Work around bug in Firefox 42
  • Docker restart container timeout

Using Vagrant to Develop Cockpit

Starting with Cockpit release 0.79 you can use Vagrant to bring up a VM in whichyou can test or develop Cockpit. The VM is isolated from your main system so any system configurationyou change via Cockpit will only happen in the VM.The Vagrant VM mounts the Cockpit package assets from...

Cockpit 0.77 Released

  • Componentizing Cockpit
  • The URLs changed
  • Authentication when Embedding Cockpit
  • Deleting and Adjusting Kubernetes Objects
  • Warning when too many machines
  • From the Future

Making REST calls from Javascript in Cockpit

Not all of the system APIs use DBus. So sometimes we find ourselves in a situation where we have to use REST (which is often just treated as another word for HTTP) to talk to certain parts of the system. For example Docker has a REST API.For this tutorial you’ll...