mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2025-01-04 22:38:44 +00:00
Update configs
This commit is contained in:
parent
e4be0426bf
commit
20515a9c93
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue