mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
17 lines
472 B
INI
17 lines
472 B
INI
{
|
|
"id": "modsecurity",
|
|
"name": "modsecurity",
|
|
"title": "modsecurity",
|
|
"description": "Web Application Firewall for extra security (experimental)",
|
|
"info": "This feature is highly experimental and has only been tested with\na basic NextCloud installation. If a new App does not work disable it",
|
|
"infotitle": "Experimental feature warning",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "no",
|
|
"type": "bool"
|
|
}
|
|
]
|
|
}
|