Files
docker-easyconnect/docker-root/etc/tinyproxy-novnc.conf
Hagb eb8274a27d Make noVNC cross-platform
https://github.com/Hagb/docker-easyconnect/issues/47#issuecomment-1189448697

Use the following programs to provide cross-platform noVNC service with
little size growth:
- busybox httpd: http service for static resources (busybox is not very
  high-performance, but has already been installed)
- websockify in C: tiny websockify service
- tinyproxy with websocket support: provide http reverse proxy, used to
  provide http and websockify in the same port

As an alternation, easy-novnc will be compiled from source code if chosen.
2022-09-21 06:10:44 +08:00

10 lines
191 B
Plaintext

User daemon
Group daemon
Port 8080
DisableViaHeader yes
Allow 0.0.0.0/0
Allow ::/0
ReversePath "/" "http://127.0.0.1:8081/"
ReversePath "/websockify" "http://127.0.0.1:8082/"
ReverseOnly Yes