]>
Commit | Line | Data |
---|---|---|
2d8f1c92 | 1 | ifdef::manvolnum[] |
f1587b9e DM |
2 | spiceproxy(8) |
3 | ============= | |
5377af6a | 4 | :pve-toplevel: |
2d8f1c92 DM |
5 | |
6 | NAME | |
7 | ---- | |
8 | ||
9 | spiceproxy - SPICE Proxy Service | |
10 | ||
11 | ||
49a5e11c | 12 | SYNOPSIS |
2d8f1c92 DM |
13 | -------- |
14 | ||
15 | include::spiceproxy.8-synopsis.adoc[] | |
16 | ||
17 | DESCRIPTION | |
18 | ----------- | |
19 | endif::manvolnum[] | |
20 | ||
21 | ifndef::manvolnum[] | |
e8b392d3 FG |
22 | spiceproxy - SPICE Proxy Service |
23 | ================================ | |
2d8f1c92 DM |
24 | endif::manvolnum[] |
25 | ||
26 | http://www.spice-space.org[SPICE] (the Simple Protocol for Independent | |
27 | Computing Environments) is an open remote computing solution, | |
28 | providing client access to remote displays and devices (e.g. keyboard, | |
29 | mouse, audio). The main use case is to get remote access to virtual | |
30 | machines and container. | |
31 | ||
32 | This daemon listens on TCP port 3128, and implements an HTTP proxy to | |
33 | forward 'CONNECT' request from the SPICE client to the correct {pve} | |
8c1189b6 | 34 | VM. It runs as user `www-data` and has very limited permissions. |
2d8f1c92 DM |
35 | |
36 | ||
37 | Host based Access Control | |
38 | ------------------------- | |
39 | ||
40 | It is possible to configure "apache2" like access control | |
8c1189b6 FG |
41 | lists. Values are read from file `/etc/default/pveproxy`. |
42 | See `pveproxy` documentation for details. | |
2d8f1c92 DM |
43 | |
44 | ||
45 | ifdef::manvolnum[] | |
46 | include::pve-copyright.adoc[] | |
47 | endif::manvolnum[] |