diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 2b0419535..23be08f85 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -431,7 +431,10 @@ import: | |||
431 | # Amount of import jobs to execute in parallel | 431 | # Amount of import jobs to execute in parallel |
432 | concurrency: 1 | 432 | concurrency: 1 |
433 | 433 | ||
434 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | 434 | # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html |
435 | http: | ||
436 | # We recommend to use a HTTP proxy if you enable HTTP import to prevent private URL access from this server | ||
437 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | ||
435 | enabled: false | 438 | enabled: false |
436 | 439 | ||
437 | youtube_dl_release: | 440 | youtube_dl_release: |
@@ -452,7 +455,10 @@ import: | |||
452 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl | 455 | # IPv6 is very strongly rate-limited on most sites supported by youtube-dl |
453 | force_ipv4: false | 456 | force_ipv4: false |
454 | 457 | ||
455 | torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) | 458 | # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) |
459 | torrent: | ||
460 | # We recommend to only enable magnet URI/torrent import if you trust your users | ||
461 | # See https://docs.joinpeertube.org/maintain-configuration?id=security for more information | ||
456 | enabled: false | 462 | enabled: false |
457 | 463 | ||
458 | auto_blacklist: | 464 | auto_blacklist: |