gigradar/README.md
2026-04-09 16:54:31 +02:00

631 B

GigRadar 🎵

GigRadar is a self-hosted event tracking system that monitors artists and events and notifies you when they appear in your selected locations.

Features

  • Track artists and events
  • Location-based filtering (Hamburg / Germany)
  • Email notifications for new events
  • Reminder before events (e.g. 7 days)
  • Docker-based deployment

Tech Stack

  • FastAPI (Python)
  • MariaDB
  • Docker / Docker Compose
  • NGINX (reverse proxy)

Getting Started

cp .env.example .env
docker compose up -d

Roadmap

  • Multiple event providers
  • Telegram notifications
  • Web UI
  • Multi-user support