This MVP implements an Enterprise IRC solution integrated with Jira and GitHub notifications. Notifications can optionally forward to Slack.
- IRC Server: InspIRCd
- Web Client: The Lounge
- Notification Gateway: Python FastAPI
- Edit
notification-gateway/config.inito match your environment:- IRC details (server, port, channel)
- Slack webhook (optional)
docker-compose up -d --build- Jira Webhook URL:
http://<your-host>:8000/webhooks/jira - GitHub Webhook URL:
http://<your-host>:8000/webhooks/github