BlueRyuu

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by BlueRyuu

  1. On 1/23/2021 at 4:22 PM, Banuseka said:

    nextcloud me now tells that ist would need a pwd to access redis but i havn‘t set one in nextcloud or redis itself. how can i set a pwd in the redis container?

     

    best, Banu

    Add this to Post Arguments in the template:

    Quote

    redis-server --requirepass password

     

    • Like 1
    • Thanks 4
  2. I just had this issue today after a power failure, I was getting crazy trying to find why my Home Assistant docker on host would not comunicate with my caddyv2 docker on custom br0 network. Had to turn off host access to custom networks on docker settings and then enable it again. This is annoying. My house was full lit for hours because my mom only knows how to turn off the lights with Google Assistant :|

  3. 1 hour ago, ThreeFN said:

    If it 'went back down' it would seem that it was temp files, perhaps package updates or something.

     

    Your database should be stashed in appdata so that shouldn't grow the image unless it's mirrored over for some reason.

     

    It does seem odd that your 1 day change originally was 'exactly' doubling in size, from 3.31GB to 6.62GB which seems more than coincidental.

     

    For reference I'm running 3.06GiB image for my 222GiB of video at the moment.

    Wow, didn't notice it was exactly the double in size. Yep, that's weird. Well, gonna keep monitoring it for now.

     

    Thanks for the help.

  4. 1 hour ago, ThreeFN said:

    If it's still growing, My next best guess is that ZM config may have an error in it.  Have you changed this?

    32548086_Screenshot2021-01-08154947.png.23d5c94bcdee8d718a37c56d52ba1e4a.png

     

    Does the rate of growth of the container match your expected rate of recorded video?

     

    Your config and run command looks correct to me. 

     

    /mnt/disks/cctv/zoneminder has files in it, but does it have the LATEST files and ALL the files?  If the cctv disk wasn't mounted at one point when the docker started some files might go into the image instead, I'm pretty sure I goofed and broke things that way one time.

     

     

     

    No it doesn't match. Videos of each camera at day time are 1.3GB per 30 mins for each camera. the docker image is growing like 1.5GB per day or something like that.

     

    This are the latest events:

    image.thumb.png.0d0375225ec25b12889adec125d78974.png

     

    And this is an SCP session I did to verify the files are there:

    image.thumb.png.927422d6ae501c42d148f7e6469daf64.png

    image.png.d212f6e621a8ea6461d7909fc7264ad5.png

     

    Also these are the storage options on zoneminder, I haven't mess with that:

    image.thumb.png.8218c83386e76318dd087b8c32433594.png

     

    I'm thinking maybe these are the logs or the database that zoneminder is saving on the docker image instead of the appdata folder or something like that?

     

    EDIT: I think it's something related to temporary files or something on the docker, just restarted the zoneminder docker and it's down to 1.86GB

  5. 10 minutes ago, dlandon said:

    Check your data path mapping.  You probably have it inadvertently in the Docker container.

    I have it set in the docker to the Unassigned drive. Just opened the edit page of the docker just in case I missed something but it's set to that. I can even ssh to the unraid server, go to the unassigned device mounted path and the videos are there (480GB of files, 3 cams 24/7 recording).

    image.thumb.png.3face66fac7e69288a4380094780ad71.png

     

    This is the run command as requested by trurl:

    image.thumb.png.1d180591ccff0faa357dfaf4a76e2a63.png