mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
23 lines
439 B
INI
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"
|
|
}
|
|
]
|
|
}
|