X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=cdf6136d85b21b6d6f7c8bda479f8c1f069187cd;hb=e1a1f9c623bfbbc7e38b36047926338f2e1c61d9;hp=f84e156709e1e526e07f05119cc9fe6d11964c2c;hpb=2ed67a7dd2d596d77e45dab0dd1754985fb2681d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index f84e15670..cdf6136d8 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -54,6 +54,12 @@ smtp: ca_file: null # Used for self signed certificates from_address: 'admin@example.com' +email: + body: + signature: "PeerTube" + object: + prefix: "[PeerTube]" + # From the project root directory storage: tmp: '/var/www/peertube/storage/tmp/' # Used to download data (imports etc), store uploaded files before processing... @@ -70,6 +76,8 @@ storage: log: level: 'info' # debug/info/warning/error + rotation: + enabled : true search: # Add ability to fetch remote videos/actors by their URI, that may not be federated with your instance @@ -188,6 +196,8 @@ transcoding: enabled: true # Allow your users to upload .mkv, .mov, .avi, .flv videos allow_additional_extensions: true + # If a user uploads an audio file, PeerTube will create a video by merging the preview file and the audio file + allow_audio_files: true threads: 1 resolutions: # Only created if the original video has a higher resolution, uses more storage! 240p: false @@ -195,6 +205,7 @@ transcoding: 480p: false 720p: false 1080p: false + 2160p: false # /!\ EXPERIMENTAL /!\ # /!\ Requires ffmpeg >= 4 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: @@ -245,8 +256,6 @@ instance: "# If you would like to report a security issue\n# you may report it to:\nContact: https://github.com/Chocobozzz/PeerTube/blob/develop/SECURITY.md\nContact: mailto:" services: - # You can provide a reporting endpoint for Content Security Policy violations - csp-logger: # Cards configuration to format video in Twitter twitter: username: '@Chocobozzz' # Indicates the Twitter account for the website or platform on which the content was published