dicos/99_one-frontend.xml: Ajout de la variable vnc_proxy_port_sunstone

tmpl/sunstone-server.conf: Utilisation de la variable vnc_proxy_port_sunstone

Le port VNC proxy est configurable. On utilise également les certificats de la
machine pour le proxy VNC et on ouvre les ports pour les IP qui peuvent faire du
SSH vers eth0.

fixes #7869 @2h
This commit is contained in:
2014-09-29 15:02:50 +02:00
parent 1886e222fd
commit 6b515aef15
2 changed files with 8 additions and 5 deletions

View File

@ -89,10 +89,10 @@
# vnc_proxy_cert: Certificate to encrypt wss connections.
# vnc_proxy_key: Key for wss connections. Only necessary if not included in cert.
# vnc_proxy_ipv6: Enable ipv6 support for novnc-server
:vnc_proxy_port: 29876
:vnc_proxy_port: %%vnc_proxy_port_sunstone
:vnc_proxy_support_wss: no
:vnc_proxy_cert:
:vnc_proxy_key:
:vnc_proxy_cert: %%server_cert
:vnc_proxy_key: %%server_key
:vnc_proxy_ipv6: false