Go to file
dependabot[bot] 9b4a6b50fa Bump @typescript-eslint/eslint-plugin in the types group
Bumps the types group with 1 update: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin).

Updates `@typescript-eslint/eslint-plugin` from 7.7.0 to 7.7.1
- [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/v7.7.1/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-23 06:02:10 +02:00
.cockpit-ci cockpit-ci: Update container to 2024-04-08 2024-04-15 08:32:58 +02:00
.fmf test: Add FMF test metadata and scripts 2021-03-12 20:21:29 +01:00
.github dependabot: Group react packages 2024-04-11 09:36:11 +02:00
containers flatpak: lint on install 2024-03-13 07:08:03 +01:00
doc cockpit.js: add new number formatting API style 2024-04-19 10:45:07 +02:00
examples CSS: stylelint fixes 2024-02-07 15:59:17 +01:00
node_modules@0694ca16ac Bump @typescript-eslint/eslint-plugin in the types group 2024-04-23 06:02:10 +02:00
pkg eslint: enable no-useless-fragment rule by default 2024-04-23 00:13:38 +02: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-04-17 07:18:27 +02:00
selinux selinux: Cover migration to /run 2024-02-07 14:45:21 +01:00
src various: many typing-related fixups 2024-04-23 00:13:10 +02:00
test test/static-code: copy mypy setup from bots/ 2024-04-23 00:13:10 +02:00
tools various: many typing-related fixups 2024-04-23 00:13:10 +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 eslint: enable no-useless-fragment rule by default 2024-04-23 00:13:38 +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 test/static-code: drop flake8 2024-04-16 14:08:52 +02: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 test: support typescript on qunit tests 2024-04-16 18:21:36 +02:00
configure.ac build: Check if we need to link against libargp 2023-10-23 07:59:59 +02:00
files.js lib: initial typing for cockpit.spawn 2024-04-22 12:42:49 +02:00
package.json Bump @typescript-eslint/eslint-plugin in the types group 2024-04-23 06:02:10 +02:00
packit.yaml packit: Add Fedora 40, drop Fedora 38 2024-02-27 11:39:26 +01:00
pyproject.toml test/static-code: copy mypy setup from bots/ 2024-04-23 00:13:10 +02:00
tsconfig.json test/static-code: add support for typescript 2024-04-10 19:51:25 +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