Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.06 KB

README.md

File metadata and controls

36 lines (25 loc) · 2.06 KB

noVNC Docker Baseimage

Full docker container with remote access via noVNC web interface

support of env variabls:

  • PUID=1000 default
  • PGID=1000 default

Optional Basic Auth

  • APP_USERNAME=
  • APP_PASSWORD=

Optional Server Ports

  • HTTP_PORT=8080 default
  • HTTPS_PORT=8443 default

Optional Server Name

  • SERVER_NAME=Hostname used for SSL certificate
  • REVERSE_PROXY=yes/no default yes (disable nginx)
  • CRONJOBS=yes/no default yes (disable conjobs)

exposes HTTP_PORT -> redirect -> HTTPS_PORT

autogenerated ssl certificate

Injects all environment variables set via ENV_ as NAME in the user environment

config of startup / cronjob and menur entries via .desktop files

start

docker run --name docker-novnc -it -p 8181:8181 -p 4443:4443 -v ~/config:/data:rw -e HTTP_PORT=8181 -e HTTPS_PORT=4443 --rm t4skforce/docker-novnc:latest