Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fail2ban.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3f5d1b204f33e9917639d665c808574b697cfde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "id": "fail2ban",
  "name": "Fail2ban, limit brute force authentication attempts",
  "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",
      "default": "600",
      "suggest": "600"
    },
    {
      "id": "FINDTIME",
      "name": "Findtime",
      "value": "600",
      "default": "600",
      "suggest": "600"
    },
    {
      "id": "MAXRETRY",
      "name": "Maxretry",
      "value": "6",
      "default": "6",
      "suggest": "6"
    },
    {
      "id": "MAILALERTS",
      "name": "Mailalerts",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "EMAIL",
      "name": "Email",
      "value": "",
      "suggest": "optional@email.com"
    }
  ]
}