Update configs

This commit is contained in:
Girish Ramakrishnan 2024-12-22 14:57:28 +01:00
parent e4be0426bf
commit 20515a9c93

View file

@ -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