Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/nc-static-IP.cfg')
-rw-r--r--etc/ncp-config.d/nc-static-IP.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-static-IP.cfg b/etc/ncp-config.d/nc-static-IP.cfg
new file mode 100644
index 00000000..df17a9e4
--- /dev/null
+++ b/etc/ncp-config.d/nc-static-IP.cfg
@@ -0,0 +1,21 @@
+{
+ "id": "nc-static-IP",
+ "name": "nc-static-IP",
+ "title": "nc-static-IP",
+ "description": "Set up a static IP address (ACTIVE=yes), or DHCP (ACTIVE=no)",
+ "info": "",
+ "infotitle": "",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "ACTIVE",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "id": "IP",
+ "name": "IP",
+ "value": "192.168.1.130"
+ }
+ ]
+}