mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
43 lines
735 B
INI
43 lines
735 B
INI
{
|
|
"id": "fail2ban",
|
|
"name": "fail2ban",
|
|
"title": "fail2ban",
|
|
"description": "Brute force protection for SSH and NextCloud",
|
|
"info": "",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "ACTIVE",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "BANTIME",
|
|
"name": "BANTIME",
|
|
"value": "600"
|
|
},
|
|
{
|
|
"id": "FINDTIME",
|
|
"name": "FINDTIME",
|
|
"value": "600"
|
|
},
|
|
{
|
|
"id": "MAXRETRY",
|
|
"name": "MAXRETRY",
|
|
"value": "6"
|
|
},
|
|
{
|
|
"id": "MAILALERTS",
|
|
"name": "MAILALERTS",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "EMAIL",
|
|
"name": "EMAIL",
|
|
"value": "optional@email.com"
|
|
}
|
|
]
|
|
}
|