A generic highscore server for a game
Go to file
Manuel 7749b7c159
Several improvements
* Make Dockerfile build and run correctly on alpine, fix missing sqlite
* Make config shared to avoid reading from file on each request
* Correctly handle Signals to gracefully stop database connection and
  to speed up shutdown, relevant for docker deployment
* Correctly check for sqlite error on table creation
2023-01-10 11:00:00 +01:00
src Several improvements 2023-01-10 11:00:00 +01:00
.editorconfig Initial commit 2023-01-07 13:00:00 +01:00
.gitignore Add compose and bake.hcl 2023-01-09 22:00:00 +01:00
AGPL-3.0.txt Initial commit 2023-01-07 13:00:00 +01:00
Dockerfile Several improvements 2023-01-10 11:00:00 +01:00
LICENSE.txt Initial commit 2023-01-07 13:00:00 +01:00
README.md Initial commit 2023-01-07 13:00:00 +01:00
compose.example.yml Add compose and bake.hcl 2023-01-09 22:00:00 +01:00
config.example.toml Initial commit 2023-01-07 13:00:00 +01:00
docker.bake.hcl Add compose and bake.hcl 2023-01-09 22:00:00 +01:00
v.mod Initial commit 2023-01-07 13:00:00 +01:00

README.md

Highscore server