Jump to content

thomasbp

Members
  • Posts

    4
  • Joined

  • Last visited

thomasbp's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Thx 🙂 Now I just have one question 🙂 In the Docker/UniFi-Video/videos folder you have x-numbers of folders, each folder represents a video-camera, but the names are something like this "827e335d-c1dd-376e-981a-c6b7f3e69686" is it possible to make a Script or something, so the folders get the name from the Unifi Video Controller, (The names you have give the Unifi G3 Pro's, so it easier to navigate the recordings from a particular camera ?
  2. Okay i'm up running 🙂 As I wrote i did a "docker pull pducharme/unifi-video-controller:beta" in terminal --> Putty SSH, and after that I stopped the Old (3.10.10) in Docker and startet Putty SSH again and in there I runned this code, the old with Network = Host, diden't work... docker run -d \ --name unifi-video-3.10.11 \ --security-opt apparmor:unconfined \ --cap-add SYS_ADMIN \ --cap-add DAC_READ_SEARCH \ -p 10001:10001 \ -p 1935:1935 \ -p 6666:6666 \ -p 7080:7080 \ -p 7442:7442 \ -p 7443:7443 \ -p 7444:7444 \ -p 7445:7445 \ -p 7446:7446 \ -p 7447:7447 \ -v /volume1/docker/Unifi-Video:/var/lib/unifi-video \ -v /volume1/docker/Unifi-Video/videos:/var/lib/unifi-video/videos \ -e TZ=Europe/Copenhagen \ -e PUID=99 \ -e PGID=100 \ -e DEBUG=1 \ pducharme/unifi-video-controller:beta And it have runned for 10 min. now, and have updated the Cams to 4.18... So it's working
  3. Hi Lagos In Synology DS --> Docker i haven't got a "Advanced View"...
  4. Hi Im new to this Unifi-Video-Controller But I have a NAS, where I have installed Docker and in that, a container with Unifi-Video-Controller 3.10.10 it's working 100% I did use the docker run code on my NAS with Putty SSH to my NAS docker run -d \ --name unifi-video \ --security-opt apparmor:unconfined \ --network="host" \ --cap-add SYS_ADMIN \ --cap-add DAC_READ_SEARCH \ -v /volume1/docker/Unifi-Video:/var/lib/unifi-video \ -v /volume1/docker/Unifi-Video/videos:/var/lib/unifi-video/videos \ -e Europe/Copenhagen \ -e PUID=99 \ -e PGID=100 \ -e DEBUG=1 \ pducharme/unifi-video-controller I can see that the Unifi-Video-Controller 3.10.11 is out, and have tried to update.. but then I get a "loading...hang" (browser load for 75min.) and after that the system diden't work, so installed the container again. Can see that "docker pull pducharme/unifi-video-controller:latest" is version 3.10.10 and that "docker pull pducharme/unifi-video-controller:beta" is version 3.10.11. So I did run the "docker pull pducharme/unifi-video-controller:beta" in Putty SSH to my NAS, and got a download succes.... My question is now, how do I update from 3.10.10 to 3.10.11 ?
×
×
  • Create New...