Go to file
Ludwig Nussel a9fb0ef5a9
test: handle XDG_CONFIG_DIRS
Previously the test would fail in an environment where XDG_CONFIG_DIRS
was set as it takes precedence over the built in defaults. So let's just
set XDG_CONFIG_DIRS and test that feature instead.

Closes #13799
2020-03-27 20:46:50 +01:00
.cockpit-ci test: Add .cockpit-ci/run entry point 2019-08-01 13:59:18 +02:00
.github/ISSUE_TEMPLATE .github: Add minimal issue template 2019-01-24 15:38:42 +01:00
containers containers/ws: Unbreak for docker 2019-12-10 22:29:09 +01:00
doc ws: Add optional remote ssh host argument to cockpit-desktop 2020-03-24 16:25:57 +01:00
eslint-plugin-cockpit eslint: Add a rule to disallow using cockpit.all() 2019-01-15 08:25:11 +01:00
examples all: stop using en_US.UTF-8 as a default locale 2020-03-10 20:45:15 +01:00
node_modules Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
pkg systemd: Fix showing the "More" diagnostics in realm join dialog 2020-03-27 17:06:49 +01:00
po po: Update from Fedora Weblate 2020-03-27 13:50:58 +01:00
src test: handle XDG_CONFIG_DIRS 2020-03-27 20:46:50 +01:00
test systemd: Fix showing the "More" diagnostics in realm join dialog 2020-03-27 17:06:49 +01:00
tools tools: Drop cockpit-machines for Ubuntu 18.04 2020-03-24 08:10:25 +01:00
.eslintignore Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
.eslintrc.json a11y: Every label tag needs an associated control 2019-11-05 07:07:31 +01: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
.travis.yml ws, bridge: Move AppStream metadata and polkit i18n from intltool to gettext 2019-10-15 12:28:36 +02: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 use locally built cockpit-ws 2020-01-13 18:39:17 +01:00
Makefile.am build: Don't produce cockpit-cache.tar.gz in dist-gzip mode 2020-03-19 17:44:01 +01:00
README.md README: Fix project org in semaphore 2019-03-10 12:19:47 +01:00
Vagrantfile Drop cockpit-kubernetes 2019-06-25 07:30:39 +02:00
autogen.sh tools: Introduce make-bots script 2019-10-07 11:42:16 +02:00
configure.ac tools: Include commit sha in rpm name 2020-03-23 09:47:46 +01:00
package.json package.json: Update dev dependencies 2020-03-25 07:06:24 +01:00
webpack.config.js dashboard: add scss file for styles relevant to dashboard 2020-03-04 14:22:06 +01: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