mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
cockpit-*: add page (#9145)
This commit is contained in:
parent
d72e639555
commit
ea0a5167c7
3 changed files with 37 additions and 0 deletions
12
pages/linux/cockpit-bridge.md
Normal file
12
pages/linux/cockpit-bridge.md
Normal 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`
|
13
pages/linux/cockpit-desktop.md
Normal file
13
pages/linux/cockpit-desktop.md
Normal 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}}`
|
12
pages/linux/cockpit-tls.md
Normal file
12
pages/linux/cockpit-tls.md
Normal 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`
|
Loading…
Add table
Reference in a new issue