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

namecheapDNS.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 30023594af5e57aaef696201371e9eea1c3a5475 (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
42
43
44
45
46
47
{
  "id": "namecheapDNS",
  "name": "Dynamic DNS from Namecheap",
  "title": "namecheapDNS",
  "description": "Namecheap Dynamic DNS service (need domain from https://www.namecheap.com/)",
  "info": "First, complete these steps: https://www.namecheap.com/support/knowledgebase/article.aspx/595/11/how-do-i-enable-dynamic-dns-for-a-domain/ and https://www.namecheap.com/support/knowledgebase/article.aspx/43/11/how-do-i-set-up-a-host-for-dynamic-dns",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "PASSWORD",
      "name": "Password",
      "value": "",
      "suggest": "your_ddns_password",
      "type": "password"
    },
    {
      "id": "FULLDOMAIN",
      "name": "Full domain name",
      "value": "",
      "suggest": "mynextcloud.example.com"
    },
    {
      "id": "HOST",
      "name": "Host name",
      "value": "",
      "suggest": "mynextcloud"
    },
    {
      "id": "DOMAIN",
      "name": "Domain name",
      "value": "",
      "suggest": "example.com"
    },
    {
      "id": "UPDATEINTERVAL",
      "name": "Update interval (minutes)",
      "value": "30",
      "suggest": "30"
    }
  ]
}