API HTTP muy simple para servidores CS:GO o CS:2 con autenticación de token para evitar distribuir contraseñas RCON entre aplicaciones y tener que actualizar las listas de servidores.
- Node 18+ or Docker
Install dependencies by running:
npm install
Transpile the source code with Babel:
npm run babel
Create servers.json
file:
cp config/servers.json.example config/servers.json
Update servers.json
with your information
Run (make sure you have Node version 18+)
npm run start
Build Docker image
npm run build
Create servers.json
file:
cp config/servers.json.example config/servers.json
Update servers.json
with your information
Run
npm run docker
API specification is provided as an OpenAPI spec on oas.yaml