Yamtrack is a self hosted media tracker for movies, tv shows, anime, manga, video games, books, comics, and board games.
You can try the app at yamtrack.fuzzygrim.com using the username demo and password demo.
| Homepage | Calendar |
|---|---|
![]() | ![]() |
| Media List Grid | Media List Table |
|---|---|
![]() | ![]() |
| Media Details | Tracking |
|---|---|
![]() |
| Season Details | Tracking Episodes |
|---|---|
![]() |
| Lists | Statistics |
|---|---|
![]() | ![]() |
| Create Manual Entries | Import Data |
|---|---|
![]() | ![]() |
Copy the default docker-compose.yml file from the repository and set the environment variables. This would use a SQlite database, which is enough for most use cases.
To start the containers run:
docker-compose up -d
Alternatively, if you need a PostgreSQL database, you can use the docker-compose.postgres.yml file.
When using a reverse proxy, if you see a 403 - Forbidden error, you need to set the URLS environment variable to the URL you are using for the app.
services: yamtrack: ... environment: - URLS=https://yamtrack.mydomain.com ...
Note that the setting must include the correct protocol (https or http), and must not include the application / context path. Multiple origins can be specified by separating them with a comma (,).
For detailed information on environment variables, please refer to the Environment Variables wiki page.
Clone the repository and change directory to it.
git clone https://github.com/FuzzyGrim/Yamtrack.git
cd Yamtrack
Install Redis or spin up a bare redis container:
docker run -d --name redis -p 6379:6379 --restart unless-stopped redis:8-alpine
Create a .env file in the root directory and add the following variables.
TMDB_API=API_KEY MAL_API=API_KEY IGDB_ID=IGDB_ID IGDB_SECRET=IGDB_SECRET STEAM_API_KEY=STEAM_API_SECRET BGG_API_TOKEN=BGG_API_TOKEN SECRET=SECRET DEBUG=True
Then run the following commands.
python -m pip install -U -r requirements-dev.txt
pre-commit install
cd src
python manage.py migrate
python manage.py runserver & celery -A config worker --beat --scheduler django --loglevel DEBUG & tailwindcss -i ./static/css/input.css -o ./static/css/tailwind.css --watch
Go to: http://localhost:8000
There are many ways you can support Yamtrack's development:
The simplest way to show your support is to star the repository on GitHub. It helps increase visibility and shows appreciation for the work.
Found a bug? Open an issue on GitHub with detailed steps to reproduce it. Quality bug reports are incredibly valuable for improving stability.
Have ideas for new features? Share them through GitHub issues. Your feedback helps shape the future of Yamtrack.
Pull requests are welcome! Whether it's fixing typos, improving documentation, or adding new features, your contributions help make Yamtrack better for everyone.
If you'd like to support the project financially: