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