Skip to content

etodd/playtest-telemetry-server

Repository files navigation

Playtest Telemetry Server

A Go server for collecting playtest telemetry.

SDKs

Setup

  1. 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.

  2. Install Docker and curl.

  3. Download the docker compose file:

    curl -o compose.yaml https://raw.githubusercontent.com/etodd/playtest-telemetry-server/main/compose.yaml
    
  4. Create a .env file containing your desired credentials:

    PLAYTEST_USERNAME=<username>
    PLAYTEST_PASSWORD=<password>
    PLAYTEST_API_KEY=<key>
    PLAYTEST_DOMAIN=<example.com> 
    
  5. Run the server:

    docker-compose up -d
    

About

A Go server for collecting playtest telemetry.

Resources

License

Stars

Watchers

Forks

Packages

No packages published