A very simple plugin host for Trackmania United Forever, Maniaplanet and Trackmania 2020 games.
npm install
- copy .env.example to .env and configure
npm start
See documentation for more info!
- run controller once to generate database structure
mysqldump -u root -p databasename > xaseco.sql
- move
xaseco.sql
totools
- run bun from Tools folder:
tsx xaseco.ts xaseco.sql
- start controller
To build local docker image use: docker build -t minicontrol:test -f docker/Dockerfile .