unifi-cam-proxy
unifi-cam-proxy
Docker app from patrickstigler's Repository
Overview
SSH to your config folder (/mnt/user/appdata/unifi-cam-proxy)
Run:
openssl ecparam -out /tmp/private.key -name prime256v1 -genkey -noout
openssl req -new -sha256 -key /tmp/private.key -out /tmp/server.csr -subj "/C=TW/L=Taipei/O=Ubiquiti Networks Inc./OU=devint/CN=camera.ubnt.dev/emailAddress=support@ubnt.com"
openssl x509 -req -sha256 -days 36500 -in /tmp/server.csr -signkey /tmp/private.key -out /tmp/public.key
cat /tmp/private.key /tmp/public.key > client.pem
rm -f /tmp/private.key /tmp/public.key /tmp/server.csr
to create an cert for your cam.
Get a token: https://{NVR IP}/proxy/protect/api/cameras/manage-payload
Modify the Post Parameters to your needs. (check documentation)
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
ConfigPathrw
- Target
- /client.pem
- Value
- /mnt/user/appdata/unifi-cam-proxy/client.pem
Download Statistics
225,541
Total Downloads
3,939
This Month
2,685
Avg / Month
Total Downloads Over Time
Loading chart...
Details
Repository
keshavdv/unifi-cam-proxy:devLast Updated2023-04-19
First Seen2024-01-11
Run unifi-cam-proxy on Unraid.
unifi-cam-proxy is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.