nextcloudpi/etc/ncp-config.d/nc-static-IP.cfg
2019-02-09 15:12:46 -07:00

23 lines
439 B
INI

{
"id": "nc-static-IP",
"name": "Nc-static-IP",
"title": "nc-static-IP",
"description": "Set up a static IP address ",
"info": "Static IP (ACTIVE=yes), or DHCP (ACTIVE=no)",
"infotitle": "",
"params": [
{
"id": "ACTIVE",
"name": "Active",
"value": "no",
"type": "bool"
},
{
"id": "IP",
"name": "IP",
"value": "192.168.1.130",
"suggest": "192.168.1.130"
}
]
}