mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
32 lines
520 B
INI
32 lines
520 B
INI
{
|
|
"id": "UFW",
|
|
"name": "UFW",
|
|
"title": "UFW",
|
|
"description": "Uncomplicated Firewall",
|
|
"info": "Beware of blocking the SSH port you are using!",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "ACTIVE",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "HTTP",
|
|
"name": "HTTP",
|
|
"value": "80"
|
|
},
|
|
{
|
|
"id": "HTTPS",
|
|
"name": "HTTPS",
|
|
"value": "443"
|
|
},
|
|
{
|
|
"id": "SSH",
|
|
"name": "SSH",
|
|
"value": "22"
|
|
}
|
|
]
|
|
}
|