guillaumeaubert / gmvault-docker

A Docker image that runs Gmvault on a regular basis, with both quick (daily) and full (weekly) synchronization schedules. Emails out sync reports through ssmtp.
https://hub.docker.com/r/aubertg/gmvault-docker/
MIT License
30 stars 30 forks source link

Support for disabling email reports #6

Open jvale opened 3 years ago

jvale commented 3 years ago

Adds the possibility of disabling email reports by setting a specific environment variable, GMVAULT_EMAIL_REPORT, to no.

Current behaviour is maintained if the variable is not defined or is set to any other value.

pke commented 2 years ago

Nice, just what I needed. @guillaumeaubert care to merge it?