]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/production.yaml.example
Fix embed margin in share modal
[github/Chocobozzz/PeerTube.git] / config / production.yaml.example
index 6363a51794cfccb7ad333969f25f4989e2ed0219..893ccc33ed28c6d0adac4ad6b12c162d3acfaf63 100644 (file)
@@ -90,6 +90,15 @@ defaults:
     # No licence by default
     licence: null
 
+  p2p:
+    # Enable P2P by default
+    # Can be enabled/disabled by anonymous users and logged in users
+    webapp:
+      enabled: true
+
+    embed:
+      enabled: true
+
 # From the project root directory
 storage:
   tmp: '/var/www/peertube/storage/tmp/' # Use to download data (imports etc), store uploaded files before and during processing...
@@ -445,6 +454,9 @@ import:
         # yt-dlp is also supported
         name: 'youtube-dl'
 
+        # Path to the python binary to execute for youtube-dl or yt-dlp
+        python_path: '/usr/bin/python3'
+
       # IPv6 is very strongly rate-limited on most sites supported by youtube-dl
       force_ipv4: false