keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.68k stars 235 forks source link

[Feature Request] Unraid Docker Image Support #51

Closed synssins closed 3 years ago

synssins commented 3 years ago

(Sorry for the wild edits, hitting enter on accident submits the topic)

Please define a docker template for Unraid or list all of the port requirements for the docker image so one can be defined.

keshavdv commented 3 years ago

ARM and x86 versions of the docker images are already published on the Docker Hub -- do these not work for you?

synssins commented 3 years ago

I guess it's mostly about knowing what the appropriate parameters are for ports, etc when configuring in the Unraid UI. I'll do some more digging and will communicate back.

Praetorian-hub commented 3 years ago

I've found the correct settings for unraid - posted here: https://github.com/keshavdv/unifi-cam-proxy/issues/54

These are the settings I used:

Created a new appdata folder called "camproxy" and pasted the client.pem cert in there

Name: unifi-cam-proxy Repository: keshavdv/unifi-cam-proxy:latest Docker Hub URL: https://hub.docker.com/r/keshavdv/unifi-cam-proxy Extra Parameters: -v "/mnt/user/appdata/camproxy/client.pem:/client.pem" Post Arguements: unifi-cam-proxy --host 192.168.1.1 --mac 'AA:BB:CC:00:11:22' --cert /client.pem --token 3kMR8ijmLJa9wDAXu35N4HM85cezoli0 rtsp -s rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_175k.mov

keshavdv commented 3 years ago

Closing this and will try and merge the screenshots/instructions from #54 into the README for other folks