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
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-01-05 20:22:54 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-06 09:30:46 +0300
commit44b3068873cec52d6b0a58247884bfa7e4637f92 (patch)
tree85b6e005ec8e19402acb510be90051a3144935b3 /etc
parent67415a3b63f315f0c2f96632acb8e27db5b65f1f (diff)
complete config options
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/NFS.cfg13
-rw-r--r--etc/ncp-config.d/SSH.cfg3
-rw-r--r--etc/ncp-config.d/UFW.cfg12
-rw-r--r--etc/ncp-config.d/dnsmasq.cfg9
-rw-r--r--etc/ncp-config.d/duckDNS.cfg6
-rw-r--r--etc/ncp-config.d/fail2ban.cfg19
-rw-r--r--etc/ncp-config.d/freeDNS.cfg9
-rw-r--r--etc/ncp-config.d/letsencrypt.cfg9
-rw-r--r--etc/ncp-config.d/nc-admin.cfg7
-rw-r--r--etc/ncp-config.d/nc-autoupdate-nc.cfg3
-rw-r--r--etc/ncp-config.d/nc-autoupdate-ncp.cfg3
-rw-r--r--etc/ncp-config.d/nc-backup-auto.cfg2
-rw-r--r--etc/ncp-config.d/nc-export-ncp.cfg4
-rw-r--r--etc/ncp-config.d/nc-format-USB.cfg3
-rw-r--r--etc/ncp-config.d/nc-forward-ports.cfg6
-rw-r--r--etc/ncp-config.d/nc-hdd-monitor.cfg6
-rw-r--r--etc/ncp-config.d/nc-import-ncp.cfg4
-rw-r--r--etc/ncp-config.d/nc-init.cfg3
-rw-r--r--etc/ncp-config.d/nc-limits.cfg16
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg9
-rw-r--r--etc/ncp-config.d/nc-notify-updates.cfg3
-rw-r--r--etc/ncp-config.d/nc-restore.cfg4
-rw-r--r--etc/ncp-config.d/nc-rsync-auto.cfg6
-rw-r--r--etc/ncp-config.d/nc-rsync.cfg3
-rw-r--r--etc/ncp-config.d/nc-scan-auto.cfg3
-rw-r--r--etc/ncp-config.d/nc-snapshot-sync.cfg10
-rw-r--r--etc/ncp-config.d/nc-snapshot.cfg3
-rw-r--r--etc/ncp-config.d/nc-static-IP.cfg3
-rw-r--r--etc/ncp-config.d/nc-swapfile.cfg6
-rw-r--r--etc/ncp-config.d/nc-update-nextcloud.cfg3
-rw-r--r--etc/ncp-config.d/no-ip.cfg9
-rw-r--r--etc/ncp-config.d/spDYN.cfg6
32 files changed, 140 insertions, 65 deletions
diff --git a/etc/ncp-config.d/NFS.cfg b/etc/ncp-config.d/NFS.cfg
index 633eaab6..cb36a8e5 100644
--- a/etc/ncp-config.d/NFS.cfg
+++ b/etc/ncp-config.d/NFS.cfg
@@ -15,22 +15,27 @@
{
"id": "DIR",
"name": "Dir",
- "value": "/media/USBdrive/ncdata/admin/files"
+ "value": "/media/USBdrive/ncdata/admin/files",
+ "suggest": "/media/USBdrive/ncdata/admin/files",
+ "type": "directory"
},
{
"id": "SUBNET",
"name": "Subnet",
- "value": "192.168.1.0/24"
+ "value": "192.168.1.0/24",
+ "suggest": "192.168.1.0/24"
},
{
"id": "USER",
"name": "User",
- "value": "www-data"
+ "value": "www-data",
+ "suggest": "www-data"
},
{
"id": "GROUP",
"name": "Group",
- "value": "www-data"
+ "value": "www-data",
+ "suggest": "www-data"
}
]
}
diff --git a/etc/ncp-config.d/SSH.cfg b/etc/ncp-config.d/SSH.cfg
index af3d924a..ca29c3ae 100644
--- a/etc/ncp-config.d/SSH.cfg
+++ b/etc/ncp-config.d/SSH.cfg
@@ -15,7 +15,8 @@
{
"id": "USER",
"name": "User",
- "value": "root"
+ "value": "root",
+ "suggest": "root"
},
{
"id": "PASS",
diff --git a/etc/ncp-config.d/UFW.cfg b/etc/ncp-config.d/UFW.cfg
index 574cb726..2f6fd919 100644
--- a/etc/ncp-config.d/UFW.cfg
+++ b/etc/ncp-config.d/UFW.cfg
@@ -15,17 +15,23 @@
{
"id": "HTTP",
"name": "Http",
- "value": "80"
+ "value": "80",
+ "default": "80",
+ "suggest": "80"
},
{
"id": "HTTPS",
"name": "Https",
- "value": "443"
+ "value": "443",
+ "default": "443",
+ "suggest": "443"
},
{
"id": "SSH",
"name": "Ssh",
- "value": "22"
+ "value": "22",
+ "default": "22",
+ "suggest": "22"
}
]
}
diff --git a/etc/ncp-config.d/dnsmasq.cfg b/etc/ncp-config.d/dnsmasq.cfg
index fc0b1bac..594023bf 100644
--- a/etc/ncp-config.d/dnsmasq.cfg
+++ b/etc/ncp-config.d/dnsmasq.cfg
@@ -15,17 +15,20 @@
{
"id": "DOMAIN",
"name": "Domain",
- "value": "mycloud.ownyourbits.com"
+ "value": "mycloud.ownyourbits.com",
+ "suggest": "mycloud.ownyourbits.com"
},
{
"id": "DNSSERVER",
"name": "DNS server",
- "value": "8.8.8.8"
+ "value": "8.8.8.8",
+ "suggest": "8.8.8.8"
},
{
"id": "CACHESIZE",
"name": "Cache size",
- "value": "150"
+ "value": "150",
+ "suggest": "150"
}
]
}
diff --git a/etc/ncp-config.d/duckDNS.cfg b/etc/ncp-config.d/duckDNS.cfg
index cc834b24..b9593452 100644
--- a/etc/ncp-config.d/duckDNS.cfg
+++ b/etc/ncp-config.d/duckDNS.cfg
@@ -15,12 +15,14 @@
{
"id": "DOMAIN",
"name": "Domain",
- "value": "mycloud.duckdns.org"
+ "value": "mycloud.duckdns.org",
+ "suggest": "mycloud.duckdns.org"
},
{
"id": "TOKEN",
"name": "Token",
- "value": "your-duckdns-token"
+ "value": "your-duckdns-token",
+ "suggest": "your-duckdns-token"
}
]
}
diff --git a/etc/ncp-config.d/fail2ban.cfg b/etc/ncp-config.d/fail2ban.cfg
index b3ca06b9..3eb32b7c 100644
--- a/etc/ncp-config.d/fail2ban.cfg
+++ b/etc/ncp-config.d/fail2ban.cfg
@@ -2,9 +2,7 @@
"id": "fail2ban",
"name": "Fail2ban, limit brute force authentication attempts",
"title": "fail2ban",
- "description": "Brute force protection for SSH and NextCloud. Fail2Ban consists of a client,\n
- server and configuration files to limit \n
- brute force authentication attempts.",
+ "description": "Brute force protection for SSH and NextCloud. Fail2Ban consists of a client,\nserver and configuration files to limit \nbrute force authentication attempts.",
"info": "",
"infotitle": "",
"params": [
@@ -17,17 +15,23 @@
{
"id": "BANTIME",
"name": "Bantime",
- "value": "600"
+ "value": "600",
+ "default": "600",
+ "suggest": "600"
},
{
"id": "FINDTIME",
"name": "Findtime",
- "value": "600"
+ "value": "600",
+ "default": "600",
+ "suggest": "600"
},
{
"id": "MAXRETRY",
"name": "Maxretry",
- "value": "6"
+ "value": "6",
+ "default": "6",
+ "suggest": "6"
},
{
"id": "MAILALERTS",
@@ -38,7 +42,8 @@
{
"id": "EMAIL",
"name": "Email",
- "value": "optional@email.com"
+ "value": "",
+ "suggest": "optional@email.com"
}
]
}
diff --git a/etc/ncp-config.d/freeDNS.cfg b/etc/ncp-config.d/freeDNS.cfg
index 50b15169..fd184c9f 100644
--- a/etc/ncp-config.d/freeDNS.cfg
+++ b/etc/ncp-config.d/freeDNS.cfg
@@ -15,17 +15,20 @@
{
"id": "UPDATEHASH",
"name": "Update Hash",
- "value": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567"
+ "value": "",
+ "suggest": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567"
},
{
"id": "DOMAIN",
"name": "Domain",
- "value": "mynextcloud.example.com"
+ "value": "mynextcloud.example.com",
+ "suggest": "mynextcloud.example.com"
},
{
"id": "UPDATEINTERVAL",
"name": "Update Interval",
- "value": "30"
+ "value": "30",
+ "suggest": "30"
}
]
}
diff --git a/etc/ncp-config.d/letsencrypt.cfg b/etc/ncp-config.d/letsencrypt.cfg
index df0dde54..decccdf6 100644
--- a/etc/ncp-config.d/letsencrypt.cfg
+++ b/etc/ncp-config.d/letsencrypt.cfg
@@ -9,17 +9,20 @@
{
"id": "DOMAIN",
"name": "Domain",
- "value": "mycloud.ownyourbits.com"
+ "value": "",
+ "suggest": "mycloud.ownyourbits.com"
},
{
"id": "EMAIL",
"name": "Email",
- "value": "mycloud@ownyourbits.com"
+ "value": "",
+ "suggest": "mycloud@ownyourbits.com"
},
{
"id": "NOTIFYUSER",
"name": "Notify user",
- "value": "ncp"
+ "value": "ncp",
+ "suggest": "ncp"
}
]
}
diff --git a/etc/ncp-config.d/nc-admin.cfg b/etc/ncp-config.d/nc-admin.cfg
index 400dbfb3..fe66a3a9 100644
--- a/etc/ncp-config.d/nc-admin.cfg
+++ b/etc/ncp-config.d/nc-admin.cfg
@@ -9,18 +9,19 @@
{
"id": "USER",
"name": "User",
- "value": "ncp"
+ "value": "ncp",
+ "suggest": "ncp"
},
{
"id": "PASSWORD",
"name": "Password",
- "value": "ownyourbits",
+ "value": "",
"type": "password"
},
{
"id": "CONFIRM",
"name": "Confirm password",
- "value": "ownyourbits",
+ "value": "",
"type": "password"
}
]
diff --git a/etc/ncp-config.d/nc-autoupdate-nc.cfg b/etc/ncp-config.d/nc-autoupdate-nc.cfg
index 8c081bac..8c85cd76 100644
--- a/etc/ncp-config.d/nc-autoupdate-nc.cfg
+++ b/etc/ncp-config.d/nc-autoupdate-nc.cfg
@@ -15,7 +15,8 @@
{
"id": "NOTIFYUSER",
"name": "Notify user",
- "value": "ncp"
+ "value": "ncp",
+ "suggest": "ncp"
}
]
}
diff --git a/etc/ncp-config.d/nc-autoupdate-ncp.cfg b/etc/ncp-config.d/nc-autoupdate-ncp.cfg
index 78718ed7..dabb5f8b 100644
--- a/etc/ncp-config.d/nc-autoupdate-ncp.cfg
+++ b/etc/ncp-config.d/nc-autoupdate-ncp.cfg
@@ -15,7 +15,8 @@
{
"id": "NOTIFYUSER",
"name": "Notify user",
- "value": "ncp"
+ "value": "ncp",
+ "suggest": "ncp"
}
]
}
diff --git a/etc/ncp-config.d/nc-backup-auto.cfg b/etc/ncp-config.d/nc-backup-auto.cfg
index 3bc7c045..e844fc8e 100644
--- a/etc/ncp-config.d/nc-backup-auto.cfg
+++ b/etc/ncp-config.d/nc-backup-auto.cfg
@@ -34,11 +34,13 @@
{
"id": "BACKUPDAYS",
"name": "Backup days",
+ "suggest": "7",
"value": "7"
},
{
"id": "BACKUPLIMIT",
"name": "Backup limit",
+ "suggest": "4",
"value": "4"
}
]
diff --git a/etc/ncp-config.d/nc-export-ncp.cfg b/etc/ncp-config.d/nc-export-ncp.cfg
index 3cf8b31f..105824d6 100644
--- a/etc/ncp-config.d/nc-export-ncp.cfg
+++ b/etc/ncp-config.d/nc-export-ncp.cfg
@@ -9,7 +9,9 @@
{
"id": "DIR",
"name": "Directory",
- "value": "/media/USBdrive/"
+ "value": "/media/USBdrive/",
+ "suggest": "/media/USBdrive/",
+ "type": "directory"
}
]
}
diff --git a/etc/ncp-config.d/nc-format-USB.cfg b/etc/ncp-config.d/nc-format-USB.cfg
index 36473fbc..44cbd864 100644
--- a/etc/ncp-config.d/nc-format-USB.cfg
+++ b/etc/ncp-config.d/nc-format-USB.cfg
@@ -9,7 +9,8 @@
{
"id": "LABEL",
"name": "Label",
- "value": "myCloudDrive"
+ "value": "myCloudDrive",
+ "suggest": "myCloudDrive"
}
]
}
diff --git a/etc/ncp-config.d/nc-forward-ports.cfg b/etc/ncp-config.d/nc-forward-ports.cfg
index 6b09556f..9124a88d 100644
--- a/etc/ncp-config.d/nc-forward-ports.cfg
+++ b/etc/ncp-config.d/nc-forward-ports.cfg
@@ -9,12 +9,14 @@
{
"id": "HTTPSPORT",
"name": "Https port",
- "value": "443"
+ "value": "443",
+ "suggest": "443"
},
{
"id": "HTTPPORT",
"name": "Http port",
- "value": "80"
+ "value": "80",
+ "suggest": "80"
}
]
}
diff --git a/etc/ncp-config.d/nc-hdd-monitor.cfg b/etc/ncp-config.d/nc-hdd-monitor.cfg
index e1085767..d19c340e 100644
--- a/etc/ncp-config.d/nc-hdd-monitor.cfg
+++ b/etc/ncp-config.d/nc-hdd-monitor.cfg
@@ -15,12 +15,14 @@
{
"id": "NOTIFYUSER",
"name": "Notify user",
- "value": "ncp"
+ "value": "ncp",
+ "suggest": "ncp"
},
{
"id": "EMAIL",
"name": "Email",
- "value": "optional@email.com"
+ "value": "",
+ "suggest": "optional@email.com"
}
]
}
diff --git a/etc/ncp-config.d/nc-import-ncp.cfg b/etc/ncp-config.d/nc-import-ncp.cfg
index 64606c1b..05ac8970 100644
--- a/etc/ncp-config.d/nc-import-ncp.cfg
+++ b/etc/ncp-config.d/nc-import-ncp.cfg
@@ -9,7 +9,9 @@
{
"id": "FILE",
"name": "File",
- "value": "/media/USBdrive/ncp-config_xxxxxx.cfg"
+ "value": "/media/USBdrive/ncp-config_xxxxxx.cfg",
+ "suggest": "/media/USBdrive/ncp-config_xxxxxx.cfg",
+ "type": "file"
}
]
}
diff --git a/etc/ncp-config.d/nc-init.cfg b/etc/ncp-config.d/nc-init.cfg
index 2c0ef5b4..0adc1a4a 100644
--- a/etc/ncp-config.d/nc-init.cfg
+++ b/etc/ncp-config.d/nc-init.cfg
@@ -9,7 +9,8 @@
{
"id": "ADMINUSER",
"name": "Admin user",
- "value": "ncp"
+ "value": "ncp",
+ "suggest": "ncp"
},
{
"id": "ADMINPASS",
diff --git a/etc/ncp-config.d/nc-limits.cfg b/etc/ncp-config.d/nc-limits.cfg
index 52a700c1..eb31282b 100644
--- a/etc/ncp-config.d/nc-limits.cfg
+++ b/etc/ncp-config.d/nc-limits.cfg
@@ -9,22 +9,30 @@
{
"id": "MAXFILESIZE",
"name": "Maximum file size",
- "value": "10G"
+ "value": "10G",
+ "default": "10G",
+ "suggest": "10G"
},
{
"id": "MEMORYLIMIT",
"name": "Memory limit",
- "value": "0"
+ "value": "0",
+ "default": "0",
+ "suggest": "0"
},
{
"id": "PHPTHREADS",
"name": "PHP threads",
- "value": "0"
+ "value": "0",
+ "default": "0",
+ "suggest": "0"
},
{
"id": "REDISMEM",
"name": "Redis memory",
- "value": "0"
+ "value": "0",
+ "default": "0",
+ "suggest": "0"
}
]
}
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index 4ac39ea0..176098c0 100644
--- a/etc/ncp-config.d/nc-nextcloud.cfg
+++ b/etc/ncp-config.d/nc-nextcloud.cfg
@@ -20,17 +20,20 @@
{
"id": "MAXFILESIZE",
"name": "Maximum file size",
- "value": "2G"
+ "value": "10G",
+ "suggest": "10G"
},
{
"id": "MEMORYLIMIT",
"name": "Memory limit",
- "value": "768M"
+ "value": "768M",
+ "suggest": "768M"
},
{
"id": "MAXTRANSFERTIME",
"name": "Maximum transfer time",
- "value": "3600"
+ "value": "3600",
+ "suggest": "3600"
}
]
}
diff --git a/etc/ncp-config.d/nc-notify-updates.cfg b/etc/ncp-config.d/nc-notify-updates.cfg
index 5b7e737a..0bffe703 100644
--- a/etc/ncp-config.d/nc-notify-updates.cfg
+++ b/etc/ncp-config.d/nc-notify-updates.cfg
@@ -15,7 +15,8 @@
{
"id": "USER",
"name": "User",
- "value": "ncp"
+ "value": "ncp",
+ "suggest": "ncp"
}
]
}
diff --git a/etc/ncp-config.d/nc-restore.cfg b/etc/ncp-config.d/nc-restore.cfg
index 48853887..293bca25 100644
--- a/etc/ncp-config.d/nc-restore.cfg
+++ b/etc/ncp-config.d/nc-restore.cfg
@@ -9,7 +9,9 @@
{
"id": "BACKUPFILE",
"name": "Backup file",
- "value": "/media/USBdrive/nextcloud-bkp_xxxxxxxx.tar"
+ "value": "/media/USBdrive/nextcloud-bkp_xxxxxxxx.tar",
+ "suggest": "/media/USBdrive/nextcloud-bkp_xxxxxxxx.tar",
+ "type": "file"
}
]
}
diff --git a/etc/ncp-config.d/nc-rsync-auto.cfg b/etc/ncp-config.d/nc-rsync-auto.cfg
index bb10c90b..fb8f426a 100644
--- a/etc/ncp-config.d/nc-rsync-auto.cfg
+++ b/etc/ncp-config.d/nc-rsync-auto.cfg
@@ -15,12 +15,14 @@
{
"id": "DESTINATION",
"name": "Destination",
- "value": "user@ip:/path/to/sync"
+ "value": "user@ip:/path/to/sync",
+ "suggest": "user@ip:/path/to/sync"
},
{
"id": "SYNCDAYS",
"name": "Sync days",
- "value": "3"
+ "value": "3",
+ "suggest": "3"
}
]
}
diff --git a/etc/ncp-config.d/nc-rsync.cfg b/etc/ncp-config.d/nc-rsync.cfg
index 088b848e..5a937bc7 100644
--- a/etc/ncp-config.d/nc-rsync.cfg
+++ b/etc/ncp-config.d/nc-rsync.cfg
@@ -9,7 +9,8 @@
{
"id": "DESTINATION",
"name": "Destination",
- "value": "user@ip:/path/to/sync"
+ "value": "user@ip:/path/to/sync",
+ "suggest": "user@ip:/path/to/sync"
}
]
}
diff --git a/etc/ncp-config.d/nc-scan-auto.cfg b/etc/ncp-config.d/nc-scan-auto.cfg
index a6b7cb49..a11ed9e8 100644
--- a/etc/ncp-config.d/nc-scan-auto.cfg
+++ b/etc/ncp-config.d/nc-scan-auto.cfg
@@ -15,7 +15,8 @@
{
"id": "SCANINTERVAL",
"name": "Scan Interval",
- "value": "60"
+ "value": "60",
+ "suggest": "60"
}
]
}
diff --git a/etc/ncp-config.d/nc-snapshot-sync.cfg b/etc/ncp-config.d/nc-snapshot-sync.cfg
index 8819f11d..a0c15fc2 100644
--- a/etc/ncp-config.d/nc-snapshot-sync.cfg
+++ b/etc/ncp-config.d/nc-snapshot-sync.cfg
@@ -15,12 +15,15 @@
{
"id": "SNAPDIR",
"name": "Snapshot directory",
- "value": "/media/USBdrive/ncp-snapshots"
+ "value": "/media/USBdrive/ncp-snapshots",
+ "suggest": "/media/USBdrive/ncp-snapshots",
+ "type": "directory"
},
{
"id": "DESTINATION",
"name": "Destination",
- "value": "/media/myBackupDrive/ncp-snapshots"
+ "value": "/media/myBackupDrive/ncp-snapshots",
+ "suggest": "/media/myBackupDrive/ncp-snapshots"
},
{
"id": "COMPRESSION",
@@ -31,7 +34,8 @@
{
"id": "SYNCDAYS",
"name": "Sync days",
- "value": "1"
+ "value": "1",
+ "suggest": "1"
}
]
}
diff --git a/etc/ncp-config.d/nc-snapshot.cfg b/etc/ncp-config.d/nc-snapshot.cfg
index 23a322ac..b9fad047 100644
--- a/etc/ncp-config.d/nc-snapshot.cfg
+++ b/etc/ncp-config.d/nc-snapshot.cfg
@@ -9,7 +9,8 @@
{
"id": "LIMIT",
"name": "Limit",
- "value": "4"
+ "value": "4",
+ "suggest": "4"
}
]
}
diff --git a/etc/ncp-config.d/nc-static-IP.cfg b/etc/ncp-config.d/nc-static-IP.cfg
index bbc62af1..2f39b415 100644
--- a/etc/ncp-config.d/nc-static-IP.cfg
+++ b/etc/ncp-config.d/nc-static-IP.cfg
@@ -15,7 +15,8 @@
{
"id": "IP",
"name": "IP",
- "value": "192.168.1.130"
+ "value": "192.168.1.130",
+ "suggest": "192.168.1.130"
}
]
}
diff --git a/etc/ncp-config.d/nc-swapfile.cfg b/etc/ncp-config.d/nc-swapfile.cfg
index f3ed698a..e701bfb8 100644
--- a/etc/ncp-config.d/nc-swapfile.cfg
+++ b/etc/ncp-config.d/nc-swapfile.cfg
@@ -9,12 +9,14 @@
{
"id": "SWAPFILE",
"name": "Swapfile",
- "value": "/media/USBdrive/swap"
+ "value": "/media/USBdrive/swap",
+ "suggest": "/media/USBdrive/swap"
},
{
"id": "SWAPSIZE",
"name": "Swapsize",
- "value": "1024"
+ "value": "1024",
+ "suggest": "1024"
}
]
}
diff --git a/etc/ncp-config.d/nc-update-nextcloud.cfg b/etc/ncp-config.d/nc-update-nextcloud.cfg
index 50c9749b..d81e9912 100644
--- a/etc/ncp-config.d/nc-update-nextcloud.cfg
+++ b/etc/ncp-config.d/nc-update-nextcloud.cfg
@@ -9,7 +9,8 @@
{
"id": "VERSION",
"name": "Version",
- "value": "0"
+ "value": "0",
+ "suggest": "0"
}
]
}
diff --git a/etc/ncp-config.d/no-ip.cfg b/etc/ncp-config.d/no-ip.cfg
index 3576f671..60416862 100644
--- a/etc/ncp-config.d/no-ip.cfg
+++ b/etc/ncp-config.d/no-ip.cfg
@@ -15,7 +15,8 @@
{
"id": "USER",
"name": "User",
- "value": "my-noip-user@email.com"
+ "value": "my-noip-user@email.com",
+ "suggest": "my-noip-user@email.com"
},
{
"id": "PASS",
@@ -26,12 +27,14 @@
{
"id": "DOMAIN",
"name": "Domain",
- "value": "mycloud.ownyourbits.com"
+ "value": "mycloud.ownyourbits.com",
+ "suggest": "mycloud.ownyourbits.com"
},
{
"id": "TIME",
"name": "Time",
- "value": "30"
+ "value": "30",
+ "suggest": "30"
}
]
}
diff --git a/etc/ncp-config.d/spDYN.cfg b/etc/ncp-config.d/spDYN.cfg
index ba57579b..660b6f4a 100644
--- a/etc/ncp-config.d/spDYN.cfg
+++ b/etc/ncp-config.d/spDYN.cfg
@@ -15,12 +15,14 @@
{
"id": "DOMAIN",
"name": "Domain",
- "value": "mycloud.spdns.de"
+ "value": "mycloud.spdns.de",
+ "suggest": "mycloud.spdns.de"
},
{
"id": "TOKEN",
"name": "Token",
- "value": "your-spdns-token"
+ "value": "your-spdns-token",
+ "suggest": "your-spdns-token"
}
]
}