Initial commit: LogMaster with Viewer Collector Monitor modes
Some checks failed
LogMaster CI/CD / build-and-test (push) Has been cancelled
LogMaster CI/CD / docker (push) Has been cancelled

This commit is contained in:
2026-05-04 13:50:15 +02:00
commit 44cd9ab001
231 changed files with 29018 additions and 0 deletions

15
.env.viewer Normal file
View File

@@ -0,0 +1,15 @@
# Log Viewer - VIEWER MODE
LOG_MODE=viewer
PORT=9090
HOST=0.0.0.0
# Connect to the collector
REMOTE_COLLECTOR_URL=http://localhost:8081
# Local file sources (optional, in addition to remote streams)
LOG_SOURCES=sample-logs/app.log,sample-logs/nginx-access.log,sample-logs/syslog,sample-logs/archived.log.gz
# UI settings
LOG_THEME=dark
LOG_REFRESH_INTERVAL=2000
LOG_TAIL_MODE=true