From ea0a5167c75cb1431c538abced6941d86c4fe305 Mon Sep 17 00:00:00 2001 From: ohyahgit <39706781+ohyahgit@users.noreply.github.com> Date: Wed, 9 Nov 2022 02:03:06 -0800 Subject: [PATCH] cockpit-*: add page (#9145) --- pages/linux/cockpit-bridge.md | 12 ++++++++++++ pages/linux/cockpit-desktop.md | 13 +++++++++++++ pages/linux/cockpit-tls.md | 12 ++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 pages/linux/cockpit-bridge.md create mode 100644 pages/linux/cockpit-desktop.md create mode 100644 pages/linux/cockpit-tls.md diff --git a/pages/linux/cockpit-bridge.md b/pages/linux/cockpit-bridge.md new file mode 100644 index 000000000..f0929f61c --- /dev/null +++ b/pages/linux/cockpit-bridge.md @@ -0,0 +1,12 @@ +# cockpit-bridge + +> Relay messages and commands between the front end and server in the cockpit suite. +> More information: . + +- List all cockpit packages: + +`cockpit-bridge --packages` + +- Display help: + +`cockpit-bridge --help` diff --git a/pages/linux/cockpit-desktop.md b/pages/linux/cockpit-desktop.md new file mode 100644 index 000000000..35af50aa8 --- /dev/null +++ b/pages/linux/cockpit-desktop.md @@ -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: . + +- Open a page: + +`cockpit-desktop {{url}} {{SSH_host}}` + +- Open storage page: + +`cockpit-desktop {{/cockpit/@localhost/storage/index.html}}` diff --git a/pages/linux/cockpit-tls.md b/pages/linux/cockpit-tls.md new file mode 100644 index 000000000..5ff2e0ae3 --- /dev/null +++ b/pages/linux/cockpit-tls.md @@ -0,0 +1,12 @@ +# cockpit-tls + +> TLS terminating HTTP proxy to encrypt traffic between a client and `cockpit-ws`. +> More information: . + +- Serve HTTP requests to a specific port instead of port `9090`: + +`cockpit-tls --port {{port}}` + +- Display help: + +`cockpit-tls --help`