You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ docker run -p 3000:3000 qlaffont-livechatccb \
62
62
-e DEFAULT_DURATION='5'\ # <-- Durée par défaut si le contenu n'est pas vidéo ou audio
63
63
-e HIDE_COMMANDS_DISABLED='false'\ # <-- Si vous souhaitez désactiver les commandes masquées, vous pouvez modifier la valeur de 'false' à 'true'
64
64
-e API_URL='API-URL-TO-REPLACE'# <-- Remplacer par l'adresse où l'utilisateur se connectera (Ex: https://livechat.domainname.com)
65
+
-e YTDL_COOKIE_PATH='YTDL-COOKIE-PATH-TO-REPLACE'# <-- Remplacer par le chemin du fichier cookies.json (voir https://github.com/distubejs/ytdl-core#cookies-support)
65
66
```
66
67
67
68
OU
@@ -147,6 +148,7 @@ docker run -p 3000:3000 qlaffont-livechatccb \
147
148
-e DEFAULT_DURATION='5'\ # <-- Default duration if content is not video or audio
148
149
-e HIDE_COMMANDS_DISABLED='false'\ # <-- If you want to disable hided commands, you can change the value from 'false' to 'true'
149
150
-e API_URL='API-URL-TO-REPLACE'\ # <--Replace with the endpoint where user will connect (Ex: https://livechat.domainname.com)
151
+
-e YTDL_COOKIE_PATH='YTDL-COOKIE-PATH-TO-REPLACE'# <-- Replace with the path of the cookies.json file (see https://github.com/distubejs/ytdl-core#cookies-support)
0 commit comments