mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/docker-easyconnect/docker-easyconnect.git
synced 2026-09-20 16:13:32 +08:00
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.
10 lines
191 B
Plaintext
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
|