seydx / camera.ui

NVR like user Interface for RTSP capable cameras

Home Page:https://github.com/seydx/camera.ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Image

tony-rsrv opened this issue · comments

Is your feature request related to a problem? Please describe.
Would love to run this off of my unRAID box like the rest of my home automation software.

Describe the solution you'd like
A Docker image provided.

another vote for docker image.
I see nexryai/camera.ui on docker hub, but no documentation

Hi, I am a maintainer of the nexryai/camera.ui image. I have added documentation.
However I don't know how to run camera.ui as a non-root user, so in this container camera.ui runs as root. This is not good for security.
If anyone knows how to run camera.ui as non-root user, please let me know.

I see nexryai/camera.ui on docker hub, but no documentation

@halfagascan I tried the docker image and wrote a step-by-step guide here: github.io

If anyone knows how to run camera.ui as non-root user, please let me know.
@nexryai Thank you for your docker image 👍🏻 It works great!

The issue is that camera.ui is installed -g globally which requires sudo. Is the global context necessary to use the ffmpeg dependencies?

nexryai/camera.ui

do you maintain this image also in the future?

anyway would beee cool having an official image! :)

do you maintain this image also in the future?

Yes, I do. I intend to. I also use this image on my server.

anyway would beee cool having an official image! :)

That's right. I agree with this as well.

What ever I do ... my docker fails
camera.ui exited with code 132

nexryai - The Docker image is Exellent !!!

What ever I do ... my docker fails camera.ui exited with code 132

I use:

docker run -d --restart always --name="camera" -v /opt/camera.ui:/.camera.ui:rw -p 8081:8081 nexryai/camera.ui:latest

@seydx - Awesome software, please continue....!

@nexryai on Pi4 whenever we try to run the image it shows - exec /bin/sh: exec format error

is that image update and maintained?