mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
37 lines
771 B
INI
37 lines
771 B
INI
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|