Go to file
Martin Pitt ec81f06390 tools: Drop create-spec
Keep `Version: 0` in the spec file. This works fine with `autogen rpm`, `dnf
builddep, and Packit. It was the last macro, so now it's a real working .spec.
This avoids having to invoke this script all the time.

This simplifies our packit config a bit and stops swimming against the stream.

The only place where we want a real version is `make dist`, so that built RPMs
have a correct version. Rework the rule to modify the file in-place in distdir.

Unfortunately this uncovers another packit bug: If the .spec file is not
in the same directory as the tarball, `packit srpm` gets upset:
<https://github.com/packit/packit/issues/1621>. Work around that by
copying the spec to the root directory, and pointing to it.
2022-06-15 18:29:15 +02:00
.cockpit-ci test: Add .cockpit-ci/run entry point 2019-08-01 13:59:18 +02:00
.fmf test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
.github containers/unit-tests: replace start script 2022-06-14 11:13:05 +02:00
containers containers/unit-tests: replace start script 2022-06-14 11:13:05 +02:00
doc guide: stop building into dist/ 2022-05-23 11:35:44 +02:00
examples javascript: many eslint fixes 2022-03-29 15:52:33 +02:00
node_modules@cdf431b45b package.json: Update @patternfly/react-core, @patternfly/react-icons, @patternfly/react-styles, @patternfly/react-table 2022-05-23 07:05:21 +02:00
pkg kdump: show tooltip when crashkernel is not configured 2022-06-15 06:28:09 +02:00
plans test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
po po: Update from Fedora Weblate 2022-06-15 05:54:49 +02:00
selinux selinux: Fix policy for pam_faillock 2022-03-16 18:17:21 +01:00
src build: fix `make dist` out-of-tree 2022-06-14 11:13:05 +02:00
test tools: Eliminate BUILD_ALL spec template variable 2022-06-15 18:29:15 +02:00
tools tools: Drop create-spec 2022-06-15 18:29:15 +02:00
.babelrc.json babelrc: Bump supported browser versions 2021-04-16 08:38:54 +02:00
.eslintignore Revert "Ignore sizzle.js in ESLint" 2022-05-23 13:33:09 +02:00
.eslintrc.json eslintrc: allow 3 chained calls on one line 2022-03-29 15:52:33 +02:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore build: fix valgrind --suppressions= logic 2022-06-14 11:13:05 +02:00
.gitmodules networking: Add first pixel tests 2021-06-17 12:57:32 +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 tools: Drop create-spec 2022-06-15 18:29:15 +02:00
Makefile.am tools: Drop create-spec 2022-06-15 18:29:15 +02:00
README.md README: IRC moved to libera.chat 2021-05-31 08:55:11 +02:00
autogen.sh tools: Drop create-spec 2022-06-15 18:29:15 +02:00
configure.ac build: change approach to versioning 2022-06-01 21:11:25 +02:00
lgtm.yml po: Translate messages from our extension AppStream metadata 2022-03-21 11:13:48 +01:00
package.json package.json: Update @patternfly/react-core, @patternfly/react-icons, @patternfly/react-styles, @patternfly/react-table 2022-05-23 07:05:21 +02:00
packit.yaml tools: Drop create-spec 2022-06-15 18:29:15 +02:00
webpack.config.js kdump: Use cockpit.js as ES6 module 2022-04-07 15:29:20 +02: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