{"id":40244660,"url":"https://github.com/fabieu/simdesk","last_synced_at":"2026-01-20T00:08:16.036Z","repository":{"id":258729233,"uuid":"809841806","full_name":"fabieu/simdesk","owner":"fabieu","description":"Modern server leaderboard and various services for sim racing organizers.","archived":false,"fork":false,"pushed_at":"2026-01-01T11:20:10.000Z","size":122442,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-06T08:00:53.454Z","etag":null,"topics":["assetto-corsa","assetto-corsa-competizione","java","laptimes","leaderboard","server-management"],"latest_commit_sha":null,"homepage":"http://docs.simdesk.eu/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabieu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-03T14:50:51.000Z","updated_at":"2026-01-01T11:19:04.000Z","dependencies_parsed_at":"2024-11-09T16:25:31.192Z","dependency_job_id":"764dbadf-82df-4cbd-88df-804c51ffbb4f","html_url":"https://github.com/fabieu/simdesk","commit_stats":null,"previous_names":["fabieu/simdesk"],"tags_count":136,"template":false,"template_full_name":null,"purl":"pkg:github/fabieu/simdesk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabieu%2Fsimdesk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabieu%2Fsimdesk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabieu%2Fsimdesk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabieu%2Fsimdesk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabieu","download_url":"https://codeload.github.com/fabieu/simdesk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabieu%2Fsimdesk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28590676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T00:01:37.455Z","status":"ssl_error","status_checked_at":"2026-01-19T23:58:17.328Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["assetto-corsa","assetto-corsa-competizione","java","laptimes","leaderboard","server-management"],"created_at":"2026-01-20T00:08:15.418Z","updated_at":"2026-01-20T00:08:16.012Z","avatar_url":"https://github.com/fabieu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/img/logo_h_200.png\" alt=\"SimDesk Logo\"\u003e\n\u003c/p\u003e\n\n\u003c!--include-docs-start--\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eModern server leaderboard and various services for sim racing organizers.\u003c/em\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://docs.simdesk.eu/\"\u003e\u003cb\u003eDocumentation\u003c/b\u003e\u003c/a\u003e • \n    \u003ca href=\"https://simdesk.eu/\"\u003e\u003cb\u003eDemo\u003c/b\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- Leaderboard for lap records _(Assetto Corsa Competizione)_\n- Detailed session overview _(Assetto Corsa Competizione)_\n- Balance of Performance Management _(Assetto Corsa Competizione)_\n- Balance of Performance Editor _(Assetto Corsa Competizione)_\n- Entrylist Editor with validation _(Assetto Corsa Competizione)_\n- World map with real-time weather _(Assetto Corsa Competizione)_\n- Discord OAuth2 login and bot integration\n- Theme customization with multiple presets\n- Responsive design for mobile and desktop\n\n## Quick Start\n\n**Docker** 🐳\n\n```bash\ndocker run -d -p 8080:8080 -v \"simdesk-data:/app/data\" ghcr.io/fabieu/simdesk:latest\n```\n\n**Docker Compose** 🐳\n\n```yaml\nservices:\n  app:\n    image: ghcr.io/fabieu/simdesk:latest\n    volumes:\n      - simdesk-data:/app/data\n    ports:\n      - \"8080:8080\"\n    restart: unless-stopped\n```\n\n```bash\ndocker-compose up -d\n```\n\n## Configuration\n\nFor an extensive overview of the configuration options, please refer to the [**official documentation**][config-url]:\n\n## Support Level\n\n\u003e Active\n\nSimDesk is being actively worked on, and we expect work to continue in the foreseeable future.  \nBug reports, feature requests, questions, and pull requests are welcome.\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any\ncontributions you make are **greatly appreciated**.\n\nPlease read [CONTRIBUTING][contributing-url] for details on the process\nfor submitting pull requests to us, and [CREDITS][credits-url] for a listing of maintainers of,\ncontributors to, and dependencies used by SimDesk.\n\n## Changelog \u0026 Releases\n\nThis repository keeps a changelog using GitHub's releases functionality.\n\nReleases are based on Semantic Versioning, and use the format of `MAJOR.MINOR.PATCH`. In short, the version will be\nincremented based on the following:\n\n- `MAJOR`: Incompatible or major changes.\n- `MINOR`: Backwards-compatible new features and enhancements.\n- `PATCH`: Backwards-compatible bugfixes and package updates.\n\n## License\n\nThis project is licensed under the terms of the Apache License 2.0.\n\n## Credits\n\nFor a full list of maintainers of, contributors to, and dependencies used by SimDesk, please refer\nto [CREDITS][credits-url].\n\n[config-url]: https://docs.simdesk.eu/config/overview\n\n[credits-url]: https://docs.simdesk.eu/credits/\n\n[contributing-url]: https://docs.simdesk.eu/contributing/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabieu%2Fsimdesk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabieu%2Fsimdesk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabieu%2Fsimdesk/lists"}