From 20515a9c93d6cabb3876bbb5d92026aa5a04b729 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 22 Dec 2024 14:57:28 +0100 Subject: [PATCH] Update configs --- production.yaml.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/production.yaml.example b/production.yaml.example index 71e29df..400ee59 100644 --- a/production.yaml.example +++ b/production.yaml.example @@ -8,6 +8,11 @@ webserver: hostname: 'example.com' port: 443 +# Secrets you need to generate the first time you run PeerTube +secrets: + # Generate one using `openssl rand -hex 32` + peertube: '' + rates_limit: api: # 50 attempts in 10 seconds @@ -78,6 +83,7 @@ storage: avatars: '/app/data/storage/avatars/' web_videos: '/app/data/storage/web-videos/' streaming_playlists: '/app/data/storage/streaming-playlists/' + original_video_files: '/app/data/storage/original-video-files/' redundancy: '/app/data/storage/redundancy/' logs: '/app/data/storage/logs/' previews: '/app/data/storage/previews/' @@ -329,7 +335,7 @@ instance: # - 17 # Kids # - 18 # Food - default_client_route: '/videos/trending' + default_client_route: '/videos/browse' # Whether or not the instance is dedicated to NSFW content # Enabling it will allow other administrators to know that you are mainly federating sensitive content