An open API service indexing awesome lists of open source software.

https://github.com/log-forge/backend-oss


https://github.com/log-forge/backend-oss

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# THIS REPO IS *NOT* Up to date with the logforge implmentaiton. You should use [THIS](https://github.com/log-forge/logforge) repo to run logforge.
## LogForge backend

## 🔧 Features

- Real-time Docker log streaming via WebSocket
- Smart alert scanning (with keyword-based detection)
- In-memory alert tracking
- API to fetch containers, logs, and alerts
- Endpoint to clear alerts and logs

## 🚀 Quick Start

```bash
git clone https://github.com/log-forge/backend-oss.git
cd backend-oss
docker compose up -d --build
```

## 🧭 API Access

for API endpoints, head to:
```bash
http://localhost:/docs
```
By default the port is `8000`.