X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=30cd2ffe0090c469022eb772b67fd1bf3f77d7c8;hb=9a207a71b23574853275366857181d21b96a6920;hp=629d0c4b620b158ffc2a43c2bca115879ffaf7e3;hpb=2f6b5e2d6ebcac88d9005ea2654ffa77907d5db2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index 629d0c4b6..30cd2ffe0 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -230,6 +230,7 @@ transcoding: # Generate videos in a WebTorrent format (what we do since the first PeerTube release) # If you also enabled the hls format, it will multiply videos storage by 2 + # If disabled, breaks federation with PeerTube instances < 2.1 webtorrent: enabled: true @@ -247,6 +248,10 @@ import: videos: http: # Classic HTTP or all sites supported by youtube-dl https://rg3.github.io/youtube-dl/supportedsites.html enabled: false + # You can use an HTTP/HTTPS/SOCKS proxy with youtube-dl + proxy: + enabled: false + url: "" torrent: # Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file) enabled: false @@ -276,7 +281,7 @@ instance: # How long do you plan to maintain this instance? maintenance_lifetime: '' - # How will you pay the PeerTube instance server? With you own funds? With users donations? Advertising? + # How will you pay the PeerTube instance server? With your own funds? With users donations? Advertising? business_model: '' # If you want to explain on what type of hardware your PeerTube instance runs