Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lblod/data-validation-email-notifcation-service
An Email service that sends an email every 6 months if a Site did not validate its data.
https://github.com/lblod/data-validation-email-notifcation-service
Last synced: 22 days ago
JSON representation
An Email service that sends an email every 6 months if a Site did not validate its data.
- Host: GitHub
- URL: https://github.com/lblod/data-validation-email-notifcation-service
- Owner: lblod
- License: mit
- Created: 2024-05-07T13:42:44.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T11:07:04.000Z (6 months ago)
- Last Synced: 2024-06-28T12:28:05.090Z (6 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# email-service
An Email service that sends an email every chosen months if a Site did not validate its data.The environemts are optional, the default variables are :
```
email-service:
image: lblod/data-validation-email-notifcation-service:latest
environment:
NUMBER_OF_MONTHS: "6"
CRON_JOB : "0 0 */2 * *"
URL: "URL of your environment"
ports:
- 1234:80
links:
- database:database
```