1COCKPIT-DESKTOP(1) cockpit-desktop COCKPIT-DESKTOP(1)
2
3
4
6 cockpit-desktop - Cockpit Desktop integration
7
9 cockpit-desktop {URLPATH}
10
12 The cockpit-desktop program provides secure access to Cockpit pages in
13 an already running desktop session. It starts a web server (cockpit-ws)
14 and a web browser in an isolated network namespace, and a cockpit-
15 bridge(8) in the running user session.
16
17 This avoids having to log into Cockpit, and having to enable
18 cockpit.socket system-wide. The network isolation ensures that no other
19 user, and not even other processes in the user's session, can access
20 this local web server.
21
22 URLPATH is the Cockpit page to open, i. e. the path component of
23 Cockpit URLs. It is highly recommended to only open a particular page
24 frame[1], not the entire Cockpit navigation and menu. For example, the
25 path /cockpit/@localhost/storage/index.html will open the Storage page.
26
28 The BROWSER environment variable specifies the browser command (and
29 possibly options) that will be used to open the requested Cockpit page.
30 If not set, cockpit-desktop uses xdg-open(1).
31
33 Please send bug reports to either the distribution bug tracker or the
34 upstream bug tracker[2].
35
37 Cockpit has been written by many contributors[3].
38
40 cockpit-ws(8), cockpit-bridge(1)
41
43 1. particular page frame
44 https://cockpit-project.org/guide/latest/embedding.html
45
46 2. upstream bug tracker
47 https://github.com/cockpit-project/cockpit/issues/new
48
49 3. contributors
50 https://github.com/cockpit-project/cockpit/
51
52
53
54cockpit 07/01/2019 COCKPIT-DESKTOP(1)