mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
27 lines
507 B
INI
27 lines
507 B
INI
{
|
|
"id": "DDNS_duckDNS",
|
|
"name": "DDNS_duckDNS",
|
|
"title": "DDNS_duckDNS",
|
|
"description": "Free Dynamic DNS provider (need account from https://duckdns.org)",
|
|
"info": "",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "ACTIVE",
|
|
"name": "ACTIVE",
|
|
"value": "no",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"id": "DOMAIN",
|
|
"name": "DOMAIN",
|
|
"value": "mycloud.duckdns.org"
|
|
},
|
|
{
|
|
"id": "TOKEN",
|
|
"name": "TOKEN",
|
|
"value": "your-duckdns-token"
|
|
}
|
|
]
|
|
}
|