unifi-cam-proxy
Docker 应用程序 from patrickstigler's Repository
概述
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)
运行时参数
- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--restart=unless-stopped
模板配置
ConfigPathrw
- 目标
- /client.pem
- 价值
- /mnt/user/appdata/unifi-cam-proxy/client.pem
下载统计数据
225,541
下载总数
3,939
本月
2,685
平均每月
长期下载总量
加载图表...
详细信息
存储库
keshavdv/unifi-cam-proxy:dev最后更新2023-04-19
初见2024-01-11
在Unraid 上运行 unifi-cam-proxy 。
unifi-cam-proxy 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。