feat: add À la une feature

This commit is contained in:
2026-01-14 16:51:44 +04:00
parent 66de41b118
commit 10f0b9a6eb
6 changed files with 149 additions and 34 deletions
+14
View File
@@ -26,6 +26,20 @@
// Compte PeerTube pour les lives
// define('LIVE_ACCOUNT_NAME', 'admin');
// Mode d'affichage de la section live/vidéo
// 'auto' : Détection automatique du direct en cours
// 'static' : Afficher une vidéo spécifique (définie par STATIC_VIDEO_ID)
// define('LIVE_MODE', 'auto');
// ID de la vidéo à afficher en mode 'static'
// Pour trouver l'ID : https://votre-instance.fr/videos/watch/ID_DE_LA_VIDEO
// Exemple : '9c9de5e8-0a1e-484a-b099-e80766180a6d'
// define('STATIC_VIDEO_ID', '');
// Texte du badge à afficher en mode 'static'
// Exemples : 'À LA UNE', 'REPLAY', 'VIDÉO SPÉCIALE', etc.
// define('STATIC_VIDEO_BADGE', 'À LA UNE');
// =========================================
// Filtres et tags
// =========================================