module
Version:
v0.0.0-...-a0b3f1d
Opens a new window with list of versions in this module.
Published: Oct 13, 2023
License: MIT
Opens a new window with license information.
README
¶
ModStats
This is a website which displays information about tModloader mods.

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:
- Clone the repo
git clone https://github.com/NotLe0n/ModStats.git
- Navigate to it
cd ModStats
- create
config.json
, for the default config write: {}
- Run
go run ./server
- 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": ""
}
Directories
¶
Click to show internal directories.
Click to hide internal directories.