Giter Club home page Giter Club logo

loxsi's Introduction

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

loxsi's People

Contributors

fkd13 avatar topvennie avatar tibo-ulens avatar nuttyshrimp avatar redfast00 avatar reavershark avatar tyboro2002 avatar

Watchers

 avatar Jeroen De Clerck avatar Kenneth Van den Driessche avatar  avatar Maxime avatar

Forkers

fbegyn

loxsi's Issues

Active Connection count

The active connection count display on the admin page no longer works.
image
The code that publishes a number on the active-connections topic was removed at some point.
Can we reimplement it?

Maybe PyPy?

It would be nice to know if pypy works as well. free speed is nice :D

Active connection counter

When the scoreboard is frozen, no messages are sent over the web sockets. Causing the code that checks for inactive connections to never execute. This might be fixed by adding a timeout to the queue.get() or sending a periodic ping message. First option would be ideal.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.