Skip to content

brayStorm/docker-blueiris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-blueiris

This is a Container for BlueIris based on solarkennedy/wine-x11-novnc-docker

This container runs:

  • Xvfb - X11 in a virtual framebuffer
  • x11vnc - A VNC server that scrapes the above X11 server
  • noNVC - A HTML5 canvas vnc viewer
  • Fluxbox - a small window manager
  • WINE - to run Windows executables on linux
  • blueiris.exe - official Windows BlueIris
docker run -d \
  --name="BlueIris" \
  -p novnc-port:8080 \
  -p vnc-port:5900 \
  -p blueiris-webserver-port:81 \
  -v /path/to/data:/root/prefix32:rw \
  jshridha/blueiris

Known Issues:

  • Saving and restoring settings backup via the BlueIris interface does not work!

About

Blueiris in a docker using wine!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • HTML 4.4%
  • CSS 3.1%
  • Python 1.2%
  • Shell 1.0%
  • Makefile 0.3%
  • Other 0.3%