Make sure you have docker and docker compose
Change the config.yml
file to your needs.
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>
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
Access at http://localhost:8080
The development container supports hot reloading.
docker-compose -f docker-compose.dev.yml up
docker-compose -f docker-compose.yml up --build -d