]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - config/default.yaml
Improve error message on actor name conflict
[github/Chocobozzz/PeerTube.git] / config / default.yaml
index 722b33db3943a57d9b737d27a526f83a7dee99b9..6a02f254dc43650e77c64c60cf0ff45b7c4b9e1f 100644 (file)
@@ -57,6 +57,11 @@ storage:
 log:
   level: 'info' # debug/info/warning/error
 
+search:
+  remote_uri: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance
+    users: true
+    anonymous: false
+
 cache:
   previews:
     size: 500 # Max number of previews you want to cache
@@ -96,7 +101,9 @@ import:
   # Add ability for your users to import remote videos (from YouTube, torrent...)
   videos:
     http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html
-      enabled: true
+      enabled: false
+    torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file)
+      enabled: false
 
 instance:
   name: 'PeerTube'