keshavdv / unifi-cam-proxy

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

Portainer yaml version #76

Closed Slarti01 closed 3 years ago

Slarti01 commented 3 years ago

Hi Please I've been playing and I've been going through various people descriptions and finding yml examples and found I nearly have a working model for my QNAP NAS and using portainer on another system

I've tried the following to get some Hikvision DS-2CD2385FWD-I cameras to work with the hope I can move on to some Dahau ones later. This Works in that it shows a unknown device and provisioning and that's it but its a start for me.

version: '3' services: unifi-cam-proxy: image: keshavdv/unifi-cam-proxy build: . container_name: unifi-cam-proxy volumes:

usage: unifi-cam-proxy [-h] [--version] --host HOST --cert CERT --token TOKEN [--mac MAC] [--ip IP] [--name NAME] [--model {UVC G3,UVC G3 Dome,UVC G3 Micro,UVC G3 Instant,UVC G3 Pro,UVC G3 Flex,UVC G4 Bullet,UVC G4 Pro,UVC G4 PTZ,UVC G4 Doorbell,UVC G4 Dome}] [--fw-version FW_VERSION] [--verbose] {frigate,hikvision,lorex,reolink_nvr,rtsp} ...

###############################################################################################

Would the following idea work?

###############################################################################################

version: '3' services: unifi-cam-proxy: image: keshavdv/unifi-cam-proxy build: . container_name: unifi-cam-proxy volumes:

Obviously I am guessing the Type, Username and password settings above

Any help appreciated

Slarti01 commented 3 years ago

Apologies I am learning and finding how to do it properly