mirror of
https://github.com/Pharaoh-Labs/teamarr.git
synced 2026-03-02 22:57:16 -05:00
No description
- Python 70%
- TypeScript 29.7%
- CSS 0.2%
| .github | ||
| data | ||
| docs | ||
| frontend | ||
| teamarr | ||
| tests | ||
| unraid-template | ||
| .dockerignore | ||
| .gitignore | ||
| app.py | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| pyproject.toml | ||
| README.md | ||
Teamarr
Dynamic EPG Generator for Sports Channels
Quick Start
services:
teamarr:
image: ghcr.io/pharaoh-labs/teamarr:latest
container_name: teamarr
restart: unless-stopped
ports:
- 9195:9195
volumes:
- ./data:/app/data
environment:
- TZ=America/Detroit
docker compose up -d
Upgrading from Legacy (1.x)
There is no automatic migration path from legacy 1.x releases due to significant architectural changes.
If you're upgrading from 1.x, you have two options:
-
Start Fresh - Archive your old database and begin with a clean setup. The app will detect your legacy database and guide you through the process, including downloading a backup of your data.
-
Continue Using 1.x - If you're not ready to migrate, use the archived image:
image: ghcr.io/pharaoh-labs/teamarr:1.4.9-archiveNote: 1.x will continue to function but will not receive future updates.
Image Tags
| Tag | Description |
|---|---|
latest |
Stable release |
dev |
Development builds |
1.4.9-archive |
Final 1.x release (no longer maintained) |
Documentation
User Guide: https://teamarr-v2.jesmann.com/
Formal documentation coming soon.
License
MIT