You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A real-time dashboard for analyzing Traefik logs with IP geolocation, status code analysis, and service metrics. Built with React (Shadcn UI) and Node.js.
4
4
5
-

5
+

6
6
7
7
## Features
8
8
9
-
-📊 **Real-time Log Monitoring**: Live updates via WebSocket
10
-
-🌍 **IP Geolocation**: Track requests by country and city
11
-
-📈 **Comprehensive Analytics**:
9
+
-**Real-time Log Monitoring**: Live updates via WebSocket
10
+
-**IP Geolocation**: Track requests by country and city
11
+
-**Comprehensive Analytics**:
12
12
- Request rate and response times
13
13
- Status code distribution
14
14
- Service and router statistics
15
15
- Error rate monitoring
16
-
-🎨 **Modern UI**: Built with Shadcn UI components
17
-
-🐳 **Containerized**: Easy deployment with Docker
18
-
-🔄 **Auto-refresh**: Stats update every 5 seconds
16
+
-**Modern UI**: Built with Shadcn UI components
17
+
-**Containerized**: Easy deployment with Docker
18
+
-**Auto-refresh**: Stats update every 5 seconds
19
19
20
20
## Prerequisites
21
21
@@ -190,114 +190,7 @@ Edit `frontend/src/index.css` to customize colors and styling.
190
190
- Private IPs show as "Private Network"
191
191
- Rate limits may apply for high-traffic sites
192
192
193
-
## Security Notes
194
193
195
-
- Log files are mounted read-only
196
-
- No authentication is included (add reverse proxy with auth for production)
197
-
- Consider IP anonymization for GDPR compliance
198
-
199
-
## Contributing
200
-
201
-
1. Fork the repository
202
-
2. Create a feature branch
203
-
3. Commit your changes
204
-
4. Push to the branch
205
-
5. Create a Pull Request
206
-
207
-
## License
208
-
209
-
MIT License - see LICENSE file for details
210
-
211
-
## Acknowledgments
212
-
213
-
- Built with [Shadcn UI](https://ui.shadcn.com/)
214
-
- IP Geolocation by [ip-api.com](http://ip-api.com/)
0 commit comments