diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-09 08:58:40 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-09 11:54:18 +0100 |
commit | 474542d7ac60f7860daf9ea34d1c31968f43ab29 (patch) | |
tree | c3e19095e19930d3955ce8d56d8c099bdda17923 /config/default.yaml | |
parent | ba8a8367e7fde7915ae6633445bf46ebf4a9fe94 (diff) | |
download | PeerTube-474542d7ac60f7860daf9ea34d1c31968f43ab29.tar.gz PeerTube-474542d7ac60f7860daf9ea34d1c31968f43ab29.tar.zst PeerTube-474542d7ac60f7860daf9ea34d1c31968f43ab29.zip |
Add additional checks when importing a video
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: |