Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose.yml:

version: '3.2'

services:
  check-and-notify:
    image: ghcr.io/pettijohn/check-and-notify:latest # Supports arm64 and amd64
    container_name: check-and-notify
    env_file:
      - .env
    restart: always

Copy .env.example to .env and replace the placeholders:

TELEGRAM_URL="https://api.telegram.org/bot<id>:<secret>/sendMessage?chat_id=<id>"
BACKYARDFIRE_CRON=40 7,16 * * *
COORDINATES=39.833333,-98.583333
LOTTO_NOTIFY_MIN=500

Docs

About

A rinky-dink self-hosted IFTTT

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages