mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
48 lines
1.2 KiB
INI
48 lines
1.2 KiB
INI
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|