Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

narbux/coronalert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoronAlert

Program that checks Dutch Corona Vaccination program for birth years that can make appointments.

Configuration

Environment variables:

  • GOTIFY_KEY
  • GOTIFY_URL
  • YEARS

Sample docker-compose.yml

version: '3'

services:
  coronalert:
    image: narbux/coronalert:latest
    container_name: coronalert
    restart: unless-stopped
    environment:
      - "GOTIFY_KEY=KEY"
      - "GOTIFY_URL=URL"
      - "YEARS=1950,1960"

About

Program that checks Dutch Corona Vaccination program for birth years that can make appointments.

Resources

License

Stars

Watchers

Forks

Contributors