ResamVi / dontstarve-datavis

Visualizing Don't Starve Together metrics
GNU Lesser General Public License v3.0
9 stars 0 forks source link

image

DST DataViz

This website is dedicated to players who have asked themselves "But who is the most played character now?" Along with answering this question more information (as far as what's documented and allowed) are shown - this covers mostly players, servers and server metadata, regional differences, platforms.

Check it out here

Running

Setup Discord hook to get notifications

backend/alert/alerts.go

discord.WebhookURL = "https://discord.com/api/webhooks/..."

Insert Token

docker-compose.yml

TOKEN=<YOUR TOKEN HERE>

Set public URL to access backend (from frontend)

web/Dockerfile

ENV VUE_APP_SERVER_ENDPOINT="https://dststat.resamvi.io"

Start Running

docker-compose build
docker-compose up