Tracks

Tracks

Docker app from CorneliousJD's Repository

Overview

Tracks is a web-based todo application to help you implement the GTD methodology. NOTE: After installing, you must console into the container and run the following command to initialize the database first! rake db:reset After running that command, you should see the database has tables in it and the app should be usable at that point.

Install Tracks on Unraid in a few clicks.

Find Tracks in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Tracks Review the template variables and paths Click Install

Categories

Download Statistics

99,517
Total Downloads
278
This Month
697
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
tracksapp/tracks
Last Updated2026-05-07
First Seen2022-05-18

Runtime arguments

Web UI
http://[IP]:[PORT:3000]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

Web InterfacePorttcp

Container Port: 3000

Target
3000
Default
3000
Value
3000
DATABASE_NAMEVariable

Container Variable: DATABASE_NAME

Default
tracks
Value
tracks
DATABASE_HOSTVariable

Container Variable: DATABASE_HOST

Default
10.0.0.10
Value
10.0.0.10
DATABASE_PORTVariable

Container Variable: DATABASE_PORT

Default
3306
Value
3306
DATABASE_USERNAMEVariable

Container Variable: DATABASE_USERNAME

Default
tracks
Value
tracks
DATABASE_PASSWORDVariable

Container Variable: DATABASE_PASSWORD

Default
password
Value
password
DATABASE_TYPEVariable

mysql2 or postgresql

Default
mysql2
Value
mysql2
DATABASE_ENCODINGVariable

use utf8 for mysql or unicode for postgresql

Default
utf8
Value
utf8
RAILS_ENVVariable

Container Variable: RAILS_ENV

Default
production
Value
production
BUNDLE_WITHOUTVariable

Gem classes to omit (leave blank unless you know what this is for)