Skip to content

Repository files navigation

👁️ EyeSeeYou

Build GitHub License

Simply watch URLs and get notified when they change.

Security Notice: This is a personal tool designed for local/private network use. Not recommended for production environments.

docker run -e URLS="https://example.com" \
           -e EMAIL_USER="your@email.com" \
           -e EMAIL_PASSWORD="password" \
           -e RECIPIENT_EMAIL="notify@email.com" \
           ghcr.io/u8slvn/eye-see-you:latest
version: '3'
services:
  eye-see-you:
    image: ghcr.io/u8slvn/eye-see-you:latest
    container_name: eye-see-you
    environment:
      - URLS=https://example.com,https://another-site.com
      - CHECK_INTERVAL=300
      - EMAIL_USER=your@email.com
      - EMAIL_PASSWORD=your-password
      - RECIPIENT_EMAIL=notify@email.com
    restart: unless-stopped

Environment Variables

  • URLS: Comma-separated URLs to monitor
  • CHECK_INTERVAL: Seconds between checks (default: 300)
  • EMAIL_USER: Your email
  • EMAIL_PASSWORD: Your email password
  • RECIPIENT_EMAIL: Where to send alerts
  • SMTP_SERVER: SMTP server (default: smtp.gmail.com)
  • SMTP_PORT: SMTP port (default: 587)

About

[WIP] Simply watch URLs and get notified when they change.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages