mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
38 lines
816 B
INI
38 lines
816 B
INI
{
|
|
"id": "UFW",
|
|
"name": "UFW Uncomplicated Firewall, a netfilter firewall",
|
|
"title": "UFW",
|
|
"description": "Uncomplicated Firewall, program for managing a netfilter firewall",
|
|
"info": "Beware of blocking the SSH port you are using! SSH uses port 22 by default, ports 80 and 443 are for the webserver",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "Active",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "HTTP",
|
|
"name": "Http",
|
|
"value": "80",
|
|
"default": "80",
|
|
"suggest": "80"
|
|
},
|
|
{
|
|
"id": "HTTPS",
|
|
"name": "Https",
|
|
"value": "443",
|
|
"default": "443",
|
|
"suggest": "443"
|
|
},
|
|
{
|
|
"id": "SSH",
|
|
"name": "Ssh",
|
|
"value": "22",
|
|
"default": "22",
|
|
"suggest": "22"
|
|
}
|
|
]
|
|
}
|