Modern server leaderboard and various services for sim racing organizers.
Documentation - Demo
Features:
- Leaderboard for lap records (Assetto Corsa Competizione)
- Detailed session overview (Assetto Corsa Competizione)
- Balance of Performance Management (Assetto Corsa Competizione)
- Balance of Performance Editor (Assetto Corsa Competizione)
- Entrylist Validator (Assetto Corsa Competizione)
- Responsive design for mobile and desktop
Quick Start
Docker
Code:
docker run -d -p 8080:8080 -v "simdesk-data:/app/data" ghcr.io/fabieu/simdesk:latest
Docker Compose
Code:
services:
app:
image: ghcr.io/fabieu/simdesk:latest
volumes:
- simdesk-data:/app/data
ports:
- "8080:8080"
restart: unless-stopped
Code:
docker-compose up -d
Configuration
For an extensive overview of the configuration options, please refer to the official documentation.
Support Level
SimDesk is being actively worked on, and we expect work to continue in the foreseeable future. Bug reports, feature requests, questions, and pull requests are welcome.
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any
contributions you make are greatly appreciated.
Please read CONTRIBUTING for details on the process for submitting pull requests to us, and CREDITS for a listing of maintainers of, contributors to, and dependencies used by SimDesk.
Changelog & Releases
Releases are based on Semantic Versioning, and use the format of MAJOR.MINOR.PATCH. In short, the version will be incremented based on the following:
- MAJOR: Incompatible or major changes.
- MINOR: Backwards-compatible new features and enhancements.
- PATCH: Backwards-compatible bugfixes and package updates.
License
This project is licensed under the terms of the Apache License 2.0.
Credits
For a full list of maintainers of, contributors to, and dependencies used by SimDesk, please refer to CREDITS.