Playtest Telemetry Server
A Go server for collecting playtest telemetry.
SDKs
Setup
-
Create a linux server with a public IP address. Make sure ports 80 and 443 are publicly accessible on it. Give it a domain name.
-
Install Docker and curl.
-
Download the docker compose file:
curl -o compose.yaml https://raw.githubusercontent.com/etodd/playtest-telemetry-server/main/compose.yaml
-
Create a
.env
file containing your desired credentials:USERNAME=<username> PASSWORD=<password> API_KEY=<key> DOMAIN=<example.com>
-
Run the server:
docker-compose up -d