cockpit-*: add page (#9145)

pull/1/head
ohyahgit 2022-11-09 02:03:06 -08:00 committed by GitHub
parent d72e639555
commit ea0a5167c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# cockpit-bridge
> Relay messages and commands between the front end and server in the cockpit suite.
> More information: <https://cockpit-project.org/guide/latest/cockpit-bridge.1.html>.
- List all cockpit packages:
`cockpit-bridge --packages`
- Display help:
`cockpit-bridge --help`

View File

@ -0,0 +1,13 @@
# cockpit-desktop
> Provides secure access to Cockpit pages in an already running session.
> It starts `cockpit-ws` and a web browser in an isolated network space and a `cockpit-bridge` in a running user session.
> More information: <https://cockpit-project.org/guide/latest/cockpit-desktop.1.html>.
- Open a page:
`cockpit-desktop {{url}} {{SSH_host}}`
- Open storage page:
`cockpit-desktop {{/cockpit/@localhost/storage/index.html}}`

View File

@ -0,0 +1,12 @@
# cockpit-tls
> TLS terminating HTTP proxy to encrypt traffic between a client and `cockpit-ws`.
> More information: <https://cockpit-project.org/guide/latest/cockpit-tls.8.html>.
- Serve HTTP requests to a specific port instead of port `9090`:
`cockpit-tls --port {{port}}`
- Display help:
`cockpit-tls --help`