1
0
Fork 0
peertube/support/docker/production/config/production.yaml

67 lines
1.4 KiB
YAML
Raw Normal View History

listen:
2018-05-07 13:26:28 +00:00
hostname: '0.0.0.0'
port: 9000
# Correspond to your reverse proxy "listen" configuration
webserver:
https: true
hostname: undefined
port: 443
rates_limit:
login:
# 15 attempts in 5 min
window: 5 minutes
max: 15
ask_send_email:
# 3 attempts in 5 min
window: 5 minutes
max: 3
2018-03-29 08:58:24 +00:00
# Proxies to trust to get real client IP
# If you run PeerTube just behind a local proxy (nginx), keep 'loopback'
# If you run PeerTube behind a remote proxy, add the proxy IP address (or subnet)
trust_proxy:
- 'loopback'
- 'linklocal'
- 'uniquelocal'
# Your database name will be "peertube"+database.suffix
database:
2018-08-14 08:13:17 +00:00
hostname: 'postgres'
port: 5432
suffix: ''
username: 'postgres'
password: 'postgres'
# Redis server for short time storage
redis:
hostname: 'redis'
port: 6379
auth: null
# From the project root directory
storage:
2018-12-04 15:02:49 +00:00
tmp: '../data/tmp/'
avatars: '../data/avatars/'
videos: '../data/videos/'
2018-12-04 15:02:49 +00:00
redundancy: '../data/redundancy/'
logs: '../data/logs/'
previews: '../data/previews/'
thumbnails: '../data/thumbnails/'
torrents: '../data/torrents/'
2018-07-12 17:02:00 +00:00
captions: '../data/captions/'
cache: '../data/cache/'
plugins: '../data/plugins/'
2020-04-02 11:51:44 +00:00
streaming-playlists: '../data/streaming-playlists'
log:
level: 'info' # debug/info/warning/error
2019-04-10 07:23:18 +00:00
tracker:
enabled: true
reject_too_many_announces: false # false because we have issues with traefik and ws ip/port forwarding
admin:
email: null