No description
Find a file
dependabot[bot] aca54b25a5 Bump the types group with 2 updates
Bumps the types group with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin).

Updates `@types/react` from 18.3.10 to 18.3.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@typescript-eslint/eslint-plugin` from 8.7.0 to 8.8.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-06 03:31:30 +00:00
.cockpit-ci cockpit-ci: Update container to 2024-08-19 2024-08-19 11:49:27 +02:00
.fmf test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
.github Drop remaining libssh references 2024-10-01 10:40:05 +02:00
containers containers/ws: Enable beibooting and install standard cockpit pages 2024-10-01 11:08:11 +02:00
doc Drop remaining libssh references 2024-10-01 10:40:05 +02:00
examples examples: Drop kubernetes 2024-05-29 12:06:55 +02:00
node_modules@15ee42e394 Bump the types group with 2 updates 2024-10-06 03:31:30 +00:00
pkg metrics: install required pcp packages instead of cockpit-pcp 2024-10-02 15:42:42 +02:00
plans plans: add cockpit-files reverse dependency testing 2024-06-22 10:40:50 +02:00
po po: Update from Fedora Weblate 2024-09-25 06:12:26 +02:00
selinux Drop remaining libssh references 2024-10-01 10:40:05 +02:00
src metrics: install required pcp packages instead of cockpit-pcp 2024-10-02 15:42:42 +02:00
test test: Prepare for Shell rewrite 2024-10-03 09:59:42 +02:00
tools tools: drop cockpit-pcp package 2024-10-02 15:42:42 +02: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 .eslintrc.json: setup some TypeScript rules 2024-07-18 06:33:31 +02:00
.gitignore ssh: Drop cockpit-ssh 2024-09-30 09:36:34 +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
autogen.sh build: write a bare minimal PEP 517 build backend 2023-05-12 11:01:02 +02:00
build.js build.js: always emit sourcemaps for qunit output 2024-08-27 17:35:49 +02:00
configure.ac ssh: Drop cockpit-ssh 2024-09-30 09:36:34 +02:00
COPYING Initial commit 2013-11-01 13:42:29 -04:00
files.js lib: Add path functions 2024-09-17 10:50:41 +02:00
HACKING.md HACKING: Move cockpit.misc.print example to fsinfo 2024-10-01 10:29:41 +02:00
Makefile.am ssh: Drop cockpit-ssh 2024-09-30 09:36:34 +02:00
package.json Bump the types group with 2 updates 2024-10-06 03:31:30 +00:00
packit.yaml packit: Re-enable Fedora 41 2024-08-22 09:15:03 +02:00
pyproject.toml cockpit: Implement PCP metrics channel in the Python bridge 2024-09-25 10:27:22 +02:00
README.md various: replace mentions of IRC with Matrix 2023-03-29 15:41:28 +02:00
tsconfig.json tsconfig.json: don't typecheck esbuild plugins 2024-07-09 15:22:48 +02:00

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