Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearing up moves sooner than 1 day #3089

Open
sts-ryan-holton opened this issue Dec 18, 2024 · 0 comments
Open

Clearing up moves sooner than 1 day #3089

sts-ryan-holton opened this issue Dec 18, 2024 · 0 comments

Comments

@sts-ryan-holton
Copy link

I've just installed Motioneye via Docker on Raspberry Pi 5 via the following docker compose file. My SD card is only 32GB and I only want to upload my recordings to my Synology NAS. I don't need them on the Pi. Since there's no option to set Network Share because it relies on additional packages and root user, I've turned on the Upload Service which is working, however, there's no point keeping media files on the pi beyond say 15 mins. Can i set Preserve Movies to custom and set a float for movies lifetime, for instance, 0.005 or something? What is this value?

services:
  motioneye:
    image: ghcr.io/motioneye-project/motioneye:edge
    container_name: motioneye
    ports:
      - "8765:8765"
      - "9081:9081"
    volumes:
      - ./motioneye:/etc/motioneye
      - /etc/localtime:/etc/localtime:ro
      - /data/motioneye:/var/lib/motioneye
    devices:
      - /dev/video0:/dev/video0
    restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant