diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-21 16:28:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-22 10:25:24 +0200 |
commit | 62549e6c9818f422698f030e0b242609115493ed (patch) | |
tree | 12a969f694239fe5f926f779698df9523605ee80 /support/docker | |
parent | a71d4140a5b7831dbe2eb7a0dfaa6a755cb2e906 (diff) | |
download | PeerTube-62549e6c9818f422698f030e0b242609115493ed.tar.gz PeerTube-62549e6c9818f422698f030e0b242609115493ed.tar.zst PeerTube-62549e6c9818f422698f030e0b242609115493ed.zip |
Rewrite youtube-dl import
Use python3 binary
Allows to use a custom youtube-dl release URL
Allows to use yt-dlp (youtube-dl fork)
Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY
env variables
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/config/production.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/docker/production/config/production.yaml b/support/docker/production/config/production.yaml index 54d619b1a..2a9117242 100644 --- a/support/docker/production/config/production.yaml +++ b/support/docker/production/config/production.yaml | |||
@@ -44,6 +44,7 @@ redis: | |||
44 | # From the project root directory | 44 | # From the project root directory |
45 | storage: | 45 | storage: |
46 | tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... | 46 | tmp: '../data/tmp/' # Use to download data (imports etc), store uploaded files before and during processing... |
47 | bin: '../data/bin/' | ||
47 | avatars: '../data/avatars/' | 48 | avatars: '../data/avatars/' |
48 | videos: '../data/videos/' | 49 | videos: '../data/videos/' |
49 | streaming_playlists: '../data/streaming-playlists' | 50 | streaming_playlists: '../data/streaming-playlists' |