I guess go back to doing vnc servers on both?

livenpaper
Tyler Goodlet 2022-08-24 15:27:44 -04:00
parent de9f215c83
commit 75a5f3795a
2 changed files with 6 additions and 4 deletions

View File

@ -88,8 +88,8 @@ services:
# force our noop script - socat isn't needed in host mode. # force our noop script - socat isn't needed in host mode.
- type: bind - type: bind
# source: ./run_x11_vnc.sh source: ./run_x11_vnc.sh
source: ./run_x11_vnc_live.sh # source: ./run_x11_vnc_live.sh
target: /root/scripts/run_x11_vnc.sh target: /root/scripts/run_x11_vnc.sh
read_only: true read_only: true
@ -97,3 +97,5 @@ services:
# this compose file which looks something like: # this compose file which looks something like:
environment: environment:
TRADING_MODE: 'live' TRADING_MODE: 'live'
VNC_SERVER_PASSWORD: 'doggy'
VNC_SERVER_PORT: '3004'

View File

@ -13,6 +13,8 @@ x11vnc \
-nowf \ -nowf \
-noxdamage \ -noxdamage \
-noxfixes \ -noxfixes \
-no6 \
-noipv6 \
# -nowcr \ # -nowcr \
@ -25,8 +27,6 @@ x11vnc \
# this seems to maybe optimize some memory usage? # this seems to maybe optimize some memory usage?
# -ncache_cr \ # -ncache_cr \
# -ncache \ # -ncache \
# -no6 \
# -noipv6 \
# NOTE: this will prevent logs from going to the console. # NOTE: this will prevent logs from going to the console.
# -logappend /var/log/x11vnc.log \ # -logappend /var/log/x11vnc.log \