mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2025-01-21 14:38:11 +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'
|
hostname: 'example.com'
|
||||||
port: 443
|
port: 443
|
||||||
|
|
||||||
|
# Secrets you need to generate the first time you run PeerTube
|
||||||
|
secrets:
|
||||||
|
# Generate one using `openssl rand -hex 32`
|
||||||
|
peertube: ''
|
||||||
|
|
||||||
rates_limit:
|
rates_limit:
|
||||||
api:
|
api:
|
||||||
# 50 attempts in 10 seconds
|
# 50 attempts in 10 seconds
|
||||||
|
@ -78,6 +83,7 @@ storage:
|
||||||
avatars: '/app/data/storage/avatars/'
|
avatars: '/app/data/storage/avatars/'
|
||||||
web_videos: '/app/data/storage/web-videos/'
|
web_videos: '/app/data/storage/web-videos/'
|
||||||
streaming_playlists: '/app/data/storage/streaming-playlists/'
|
streaming_playlists: '/app/data/storage/streaming-playlists/'
|
||||||
|
original_video_files: '/app/data/storage/original-video-files/'
|
||||||
redundancy: '/app/data/storage/redundancy/'
|
redundancy: '/app/data/storage/redundancy/'
|
||||||
logs: '/app/data/storage/logs/'
|
logs: '/app/data/storage/logs/'
|
||||||
previews: '/app/data/storage/previews/'
|
previews: '/app/data/storage/previews/'
|
||||||
|
@ -329,7 +335,7 @@ instance:
|
||||||
# - 17 # Kids
|
# - 17 # Kids
|
||||||
# - 18 # Food
|
# - 18 # Food
|
||||||
|
|
||||||
default_client_route: '/videos/trending'
|
default_client_route: '/videos/browse'
|
||||||
|
|
||||||
# Whether or not the instance is dedicated to NSFW content
|
# 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
|
# Enabling it will allow other administrators to know that you are mainly federating sensitive content
|
||||||
|
|
Loading…
Reference in a new issue