Ajout de nouvelles fonctionnalités pour la gestion des alertes YouTube, y compris l'affichage de la dernière vidéo et de sa date dans l'interface.

This commit is contained in:
Mow
2025-12-06 22:10:41 +01:00
parent b49f914501
commit 34e40f427f
7 changed files with 1041 additions and 352 deletions
+2
View File
@@ -22,11 +22,13 @@ RUN sed -i 's/# fr_FR.UTF-8 UTF-8/fr_FR.UTF-8 UTF-8/' /etc/locale.gen; \
COPY requirements.txt .
COPY run-web.py .
COPY shared_stats.py .
COPY ./database ./database
COPY ./discordbot ./discordbot
COPY ./protondb ./protondb
COPY ./webapp ./webapp
COPY ./twitchbot ./twitchbot
COPY ./youtubebot ./youtubebot
COPY start.sh /start.sh
RUN python3 -m venv /app/venv && \