playtest-telemetry-server

command module
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 14 Imported by: 0

README

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:

    USERNAME=<username>
    PASSWORD=<password>
    API_KEY=<key>
    DOMAIN=<example.com> 
    
  5. Run the server:

    docker-compose up -d
    

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL