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