Skip to content

NotLe0n/ModStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModStats

This is a website which displays information about tModloader mods. image

The site can be found under https://modstats.le0n.dev/

Features

  • Mod Search (internal- and display name)
  • Author Search (through steamid64 and steam name)
  • Mod List
  • Random Mod
  • 1.3 and 1.4 support

How to run locally

Requirements:

  • Go
  1. Clone the repo git clone https://github.com/NotLe0n/ModStats.git
  2. Navigate to it cd ModStats
  3. create config.json, for the default config write: {}
  4. Run go run ./server
  5. Browse http://localhost:8080

Configuration

This is how the default config looks like:

{
	"API-URL": "https://tmlapis.le0n.dev",
	"port": 8080,
	"useHTTPS": false,
	"certPath": "",
	"keyPath": ""
}