Initial vault setup
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
---
|
||||
title: Plex Rewind
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, year-in-review, app-marathon3-rattrapage-final-b]
|
||||
confidence: high
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=year-in-review&app=plex-rewind]
|
||||
---
|
||||
|
||||
# ⏪ Plex Rewind
|
||||
|
||||
> Génère votre bilan annuel Plex type Spotify Wrapped : top films, séries, heures écoutées.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [plex-rewind.com](https://www.plex-rewind.com/) |
|
||||
| **GitHub** | [rafraser/plex-rewind](https://github.com/rafraser/plex-rewind) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | TypeScript |
|
||||
| **Étoiles GitHub** | <1k ⭐ |
|
||||
| **Catégorie** | [[cat-year-in-review|Year-in-Review]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Plex Rewind** se connecte à votre serveur Plex, lit l'historique Tautulli/Plex et génère un récap annuel visuel (cartes partageables type Wrapped) : top 5 films, séries, genres, heures totales, statistiques par mois. Différence vs Spotify Wrapped : données 100% locales, configurable, partage libre. Pour qui : utilisateurs de Plex qui veulent un récap stylisé de leur consommation annuelle.
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
### Docker Compose (recommandé)
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
plex-rewind:
|
||||
image: ghcr.io/rafraser/plex-rewind:latest
|
||||
container_name: plex-rewind
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PLEX_URL=http://plex:32400
|
||||
- PLEX_TOKEN=*** - TAUTULLI_URL=http://tautulli:8181
|
||||
- TAUTULLI_API_KEY=*** labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.plexrewind.rule=Host(`rewind.example.com`)
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-jellyfin-rewind]] — Équivalent Jellyfin
|
||||
- [[app-statflix]] — Statistiques Plex
|
||||
|
||||
### Propriétaires
|
||||
- **Spotify Wrapped** — Wrapped officiel
|
||||
- **Plex Discover Weekly** — Pas un récap annuel
|
||||
|
||||
## 🔐 Sécurité
|
||||
- Authentification : token Plex + clé API Tautulli
|
||||
- Aucune donnée envoyée à un tiers
|
||||
|
||||
## 📚 Ressources
|
||||
- [Documentation](https://github.com/rafraser/plex-rewind#readme)
|
||||
- [GitHub](https://github.com/rafraser/plex-rewind)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-year-in-review]] — Catégorie Year-in-Review
|
||||
- [[app-jellyfin-rewind]] — Concurrent principal
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
Reference in New Issue
Block a user