mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Prevent brute force login attack
This commit is contained in:
parent
23f4c3d412
commit
490b595a01
16 changed files with 189 additions and 22 deletions
|
@ -20,6 +20,7 @@ function checkConfig () {
|
|||
function checkMissedConfig () {
|
||||
const required = [ 'listen.port',
|
||||
'webserver.https', 'webserver.hostname', 'webserver.port',
|
||||
'trust_proxy',
|
||||
'database.hostname', 'database.port', 'database.suffix', 'database.username', 'database.password',
|
||||
'redis.hostname', 'redis.port', 'redis.auth',
|
||||
'smtp.hostname', 'smtp.port', 'smtp.username', 'smtp.password', 'smtp.tls', 'smtp.from_address',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue