spectre3ooo / docker-blueiris

Blueiris in a docker using wine!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

License:Apache License 2.0


Languages

Language:JavaScript 89.8%Language:HTML 4.4%Language:CSS 3.1%Language:Python 1.2%Language:Shell 1.0%Language:Makefile 0.3%Language:Dockerfile 0.2%Language:Perl 0.1%