https://github.com/log-forge/backend-oss
https://github.com/log-forge/backend-oss
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/log-forge/backend-oss
- Owner: log-forge
- License: agpl-3.0
- Created: 2025-05-11T20:03:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T07:57:22.000Z (about 1 year ago)
- Last Synced: 2025-06-23T03:43:06.450Z (about 1 year ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.