Go to file
Katerina Koukiou a406a35805 Replace all usages of container-fluid class
Page && PageSection compoents should be used in the react pages and the
corresponding classes in the non-react.
container-fluid class comes from bootstrap which we try to stop using.

Closes #14717
2020-10-13 19:37:14 +02:00
.cockpit-ci test: Add .cockpit-ci/run entry point 2019-08-01 13:59:18 +02:00
.github cockpituous: Run release in a GitHub workflow 2020-10-13 10:33:35 +02:00
containers ws: Drop /var/lib/cockpit 2020-09-10 10:43:24 +02:00
doc doc: Document using a single or alternative shell 2020-09-29 18:49:15 +02:00
eslint-plugin-cockpit eslint: Add a rule to disallow using cockpit.all() 2019-01-15 08:25:11 +01:00
examples Replace all usages of container-fluid class 2020-10-13 19:37:14 +02:00
node_modules Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
pkg Replace all usages of container-fluid class 2020-10-13 19:37:14 +02:00
po po: Update from Fedora Weblate 2020-10-09 22:26:58 +02:00
src base1: don't hardcode seq(1) location in tests 2020-10-13 19:02:45 +02:00
test Replace all usages of container-fluid class 2020-10-13 19:37:14 +02:00
tools cockpituous: Run release in a GitHub workflow 2020-10-13 10:33:35 +02:00
.eslintignore Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
.eslintrc.json users: Make users list correctly accessible 2020-05-18 12:13:23 +02:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore po: Switch from Zanata to Weblate 2020-01-10 10:35:34 +01:00
.tasks tools: Introduce script for checking of URLs 2020-01-30 15:28:59 +01:00
AUTHORS AUTHORS: Refer to git information 2019-03-06 16:41:45 +01:00
COPYING Initial commit 2013-11-01 13:42:29 -04:00
HACKING.md HACKING: Document how to build distribution packages 2020-07-20 09:11:06 +02:00
Makefile.am branding: Use generic opensuse branding 2020-10-08 13:06:17 +02:00
README.md README: Fix project org in semaphore 2019-03-10 12:19:47 +01:00
autogen.sh tools: Introduce make-bots script 2019-10-07 11:42:16 +02:00
configure.ac json: remove hack, improve efficiency 2020-09-08 16:25:31 +02:00
package.json package.json: Update deep-equal package dependency 2020-10-10 06:10:41 +02:00
webpack.config.js Bump optimize-css-assets-webpack-plugin to latest version 2020-09-18 09:14:47 +02:00

README.md

semaphore ci build status

Cockpit

A sysadmin login session in a web browser

cockpit-project.org

Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser.

Using Cockpit

You can install Cockpit on many Linux operating systems including Debian, Fedora and RHEL.

Cockpit makes Linux discoverable, allowing sysadmins to easily perform tasks such as starting containers, storage administration, network configuration, inspecting logs and so on.

Jumping between the terminal and the web tool is no problem. A service started via Cockpit can be stopped via the terminal. Likewise, if an error occurs in the terminal, it can be seen in the Cockpit journal interface.

On the Cockpit dashboard, you can easily add other machines with Cockpit installed that are accessible via SSH.

Development