command
module
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: May 26, 2024
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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:
PLAYTEST_USERNAME=<username>
PLAYTEST_PASSWORD=<password>
PLAYTEST_API_KEY=<key>
PLAYTEST_DOMAIN=<example.com>
-
Run the server:
docker-compose up -d
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.