Sign inSign up

paavo2/titrack

By paavo2

Updated 3 months ago

Image
0

116

paavo2/titrack repository overview

titrack

Runs TITrack in a Docker container.

Setup

  1. Set your Torchlight Infinite log path in .env:
TITRACK_LOG_PATH="/path/to/Torchlight Infinite/UE_game/TorchLight/Saved/Logs/UE_game.log"

On Linux (Steam) this is typically: ~/.local/share/Steam/steamapps/common/Torchlight Infinite/UE_game/TorchLight/Saved/Logs/UE_game.log

  1. Build the image:
docker build -t titrack .
  1. Create the config directory (only needed once):
mkdir -p titrack-config

Run

source .env && docker run -p 8000:8000 -v ./data:/app/data -v ./titrack-config:/root/.titrack -v "$TITRACK_LOG_PATH:/game/UE_game.log:ro" titrack

Open http://localhost:8000 in your browser.

First-time configuration

In the app settings, set the log file path to:

/game/UE_game.log

Then restart the container. Your settings will persist between restarts.

Tag summary

Content type

Image

Digest

sha256:78b26eaa5

Size

98.4 MB

Last updated

3 months ago

docker pull paavo2/titrack