Skip to content

Commit

Permalink
Secondary Push
Browse files Browse the repository at this point in the history
  • Loading branch information
xi-ui authored Jan 21, 2021
1 parent c0ff0be commit c3c8b40
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf.d/socat.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[program:socat]
command=socat tcp-listen:6000,reuseaddr,fork unix:/tmp/.X11-unix/X0
autorestart=true
3 changes: 3 additions & 0 deletions conf.d/websockify.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[program:websockify]
command=/app/conf.d/websockify.sh
autorestart=true
2 changes: 2 additions & 0 deletions conf.d/websockify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
websockify --web /usr/share/novnc $PORT localhost:5900
3 changes: 3 additions & 0 deletions conf.d/x11vnc.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[program:x11vnc]
command=x11vnc -forever -shared
autorestart=true
3 changes: 3 additions & 0 deletions conf.d/xterm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[program:xterm]
command=xterm
autorestart=true
3 changes: 3 additions & 0 deletions conf.d/xvfb.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[program:xvfb]
command=Xvfb :0 -screen 0 "%(ENV_DISPLAY_WIDTH)s"x"%(ENV_DISPLAY_HEIGHT)s"x24
autorestart=true

0 comments on commit c3c8b40

Please sign in to comment.