Skip to content

tobiaswaelde/logtowa-app

Repository files navigation

LogTowa Frontend

Quality Gate Status Maintainability Rating Security Rating Vulnerabilities Bugs Duplicated Lines (%)

This is the frontend of LogTowa.

Dashboard

Dashbard

Logs + Details

Log Information

Logs Filter

Logs Filter

Installation

# docker-compose.yml
version: '3.9'

services:
  logtowa-app:
    container_name: logtowa-app
    image: tobiaswaelde/logtowa-app:latest
    restart: always
    ports:
      - '3000:3000'
    environment:
      APP_TITLE: LogTowa # optional
      API_BASE_URL: http://localhost:3001
      API_TOKEN: secret
      SOCKET_TOKEN: secret

Environment

Variable Description Required Default Value
APP_TITLE Custom app title. no LogTowa
API_BASE_URL The API URL. yes
API_TOKEN Token to authenticate API requests. yes
SOCKET_TOKEN Token to authenticate socket connections. yes

About

LogTowa Frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published