diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 3b877476d..722b33db3 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -92,6 +92,12 @@ transcoding: | |||
92 | 720p: false | 92 | 720p: false |
93 | 1080p: false | 93 | 1080p: false |
94 | 94 | ||
95 | import: | ||
96 | # Add ability for your users to import remote videos (from YouTube, torrent...) | ||
97 | videos: | ||
98 | http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html | ||
99 | enabled: true | ||
100 | |||
95 | instance: | 101 | instance: |
96 | name: 'PeerTube' | 102 | name: 'PeerTube' |
97 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' | 103 | short_description: 'PeerTube, a federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.' |