Yamtrack
Yamtrack is a self-hosted media tracker for movies, TV shows, anime, manga, video games, books, comics, and board games with multi-user support and Celery-powered background tasks.
Yamtrack
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/yamtrack.sh)"
Web Interface
Notes
Set API keys (TMDB_API, MAL_API, IGDB_ID, IGDB_SECRET) in
/opt/yamtrack/src/.env to enable media search from external providers.If using a reverse proxy, set the
URLS variable in .env to your external URL (e.g., URLS=https://yamtrack.example.com).