balena-labs-projects / xserver

A simple X11 server block
Apache License 2.0
15 stars 13 forks source link

add parameter ALLOWED_HOSTS to authorize containers #1

Closed jakogut closed 3 years ago

jakogut commented 3 years ago

Instead of authorizing all connections from localhost, explicitly authorize connections from containers named in the ALLOWED_HOSTS environment variable.

Signed-off-by: Joseph Kogut joseph@balena.io

jakogut commented 3 years ago

Closed in favor of local connections over domain sockets