Aller au fichier
Jelle van der Waa f2cc9e1a36 shell: lib: handle cockpit.user() failures
In our test TestLogin.testFailingWebsocket the dbus calls fail which
fails the promise which was unhandled leading to the tests to fail due
to an unhandled exception.
2024-03-27 18:06:18 +01:00
.cockpit-ci .cockpit-ci/container: update to the latest version 2024-03-19 20:00:08 +01:00
.fmf test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
.github workflows: Move tasks-container-update to Sunday night 2024-03-26 11:29:12 +01:00
containers flatpak: lint on install 2024-03-13 07:08:03 +01:00
doc bridge: Copy file permissions in fsreplace1 with expected tag 2024-03-25 12:41:12 +01:00
examples CSS: stylelint fixes 2024-02-07 15:59:17 +01:00
node_modules@ed4965c715 Bump the stylelint group with 1 update 2024-03-27 06:13:00 +01:00
pkg shell: lib: handle cockpit.user() failures 2024-03-27 18:06:18 +01:00
plans fmf: Plumb through $TEST_* variables for unexpected messages 2023-08-28 08:54:58 +02:00
po po: Update from Fedora Weblate 2024-03-27 05:44:22 +01:00
selinux selinux: Cover migration to /run 2024-02-07 14:45:21 +01:00
src bridge: Copy file permissions in fsreplace1 with expected tag 2024-03-25 12:41:12 +01:00
test sosreport: Fix command injection with crafted report names [CVE-2024-2947] 2024-03-27 17:04:53 +01:00
tools test: move select_pf5 from cockpit-files to Cockpit 2024-03-20 16:39:38 +01:00
vendor vendor: update to the latest systemd_ctypes 2024-02-02 16:16:19 +01:00
.eslintignore Revert "Ignore sizzle.js in ESLint" 2022-05-23 13:33:09 +02:00
.eslintrc.json build.js: Move our front end build tool from webpack to esbuild 2023-03-27 15:22:36 +02:00
.flake8 .flake8: limit to rules not covered by ruff 2023-07-04 16:45:11 +02:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore .gitignore: add .tox 2023-07-17 16:58:42 +02:00
.gitleaks.toml gitleaks: Ignore mock SSH keys 2022-10-03 09:01:53 +02:00
.gitmodules modules: rename to vendor 2023-09-07 17:48:36 +02:00
.stylelintrc.json stylelint: Drop checks which don't exist in version 16 any more 2024-02-07 15:59:17 +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 misc: move to new tasks container location 2024-03-18 12:36:47 +01:00
Makefile.am build: Put .cockpit-ci into source tarballs 2024-03-27 15:22:51 +01:00
README.md various: replace mentions of IRC with Matrix 2023-03-29 15:41:28 +02:00
autogen.sh build: write a bare minimal PEP 517 build backend 2023-05-12 11:01:02 +02:00
build.js build: Drop ESLint from esbuild 2024-02-07 18:35:09 +01:00
configure.ac build: Check if we need to link against libargp 2023-10-23 07:59:59 +02:00
files.js package.json: Update @patternfly/patternfly, @patternfly/react-core, @patternfly/react-icons, @patternfly/react-styles, @patternfly/react-table, @patternfly/react-tokens 2023-07-26 06:19:58 +02:00
package.json Bump the stylelint group with 1 update 2024-03-27 06:13:00 +01:00
packit.yaml packit: Add Fedora 40, drop Fedora 38 2024-02-27 11:39:26 +01:00
pyproject.toml pyproject.toml: stop linting in venvs 2024-03-11 12:52:01 +01:00

README.md

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.

You can also easily add other machines that have Cockpit installed and are accessible via SSH and jump between these hosts.

Development