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/DDNS_no-ip.cfg')
-rw-r--r--etc/ncp-config.d/DDNS_no-ip.cfg36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/ncp-config.d/DDNS_no-ip.cfg b/etc/ncp-config.d/DDNS_no-ip.cfg
new file mode 100644
index 00000000..df7e04b4
--- /dev/null
+++ b/etc/ncp-config.d/DDNS_no-ip.cfg
@@ -0,0 +1,36 @@
+{
+ "id": "DDNS_no-ip",
+ "name": "DDNS_no-ip",
+ "title": "DDNS_no-ip",
+ "description": "DDNS no-ip free provider (need account)",
+ "info": "For this step to succeed, you need to register a noip account first.\nInternet access is required for this configuration to complete.",
+ "infotitle": "",
+ "params": [
+ {
+ "id": "ACTIVE",
+ "name": "ACTIVE",
+ "value": "no",
+ "type": "bool"
+ },
+ {
+ "id": "USER",
+ "name": "USER",
+ "value": "my-noip-user@email.com"
+ },
+ {
+ "id": "PASS",
+ "name": "PASS",
+ "value": "noip-pass"
+ },
+ {
+ "id": "DOMAIN",
+ "name": "DOMAIN",
+ "value": "mycloud.ownyourbits.com"
+ },
+ {
+ "id": "TIME",
+ "name": "TIME",
+ "value": "30"
+ }
+ ]
+}