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

no-ip.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59646ee26be95aa473c716c77f112f077b27c0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "id": "no-ip",
  "name": "DynamicDNS from no-ip",
  "title": "no-ip",
  "description": "Dynamic DNS no-ip free provider (need account from https://www.noip.com/)",
  "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",
      "suggest": "my-noip-user@email.com"
    },
    {
      "id": "PASS",
      "name": "Password",
      "value": "no-ip password",
      "type": "password"
    },
    {
      "id": "DOMAIN",
      "name": "Domain",
      "value": "mycloud.ownyourbits.com",
      "suggest": "mycloud.ownyourbits.com"
    },
    {
      "id": "TIME",
      "name": "Time",
      "value": "30",
      "default": "30",
      "suggest": "30"
    }
  ]
}