Skip to content

12urenloop/Loxsi

Repository files navigation

Loxsi

Setup

Make sure you have docker and docker compose

Configure

Change the config.yml file to your needs.

Admin panel

To access the admin panel at /admin you have to login using basic auth. With the following yaml segment you can configure the username and password.

admin:
  name: <user>
  password: <password>

Active LapSource

In the following segment you can configure the current lap source. When this is changed on the admin panel the config will change accordingly.

source:
  id: <telraam lapsource id>
  name: <lapsource name> # Optional

Running

Access at http://localhost:8080

Development

The development container supports hot reloading.

docker-compose -f docker-compose.dev.yml up

Production

docker-compose -f docker-compose.yml up --build -d