mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
29 lines
680 B
INI
29 lines
680 B
INI
{
|
|
"id": "nc-trusted-domains",
|
|
"name": "Nc-trusted-domains",
|
|
"title": "nc-trusted-domains",
|
|
"description": "Manually add trusted domains",
|
|
"info": "Note that this is normally not needed, as NCP will do this automatically for you in most cases",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "DOMAIN1",
|
|
"name": "Trusted Domain #1",
|
|
"value": "",
|
|
"suggest": "example.nextcloudpi.com"
|
|
},
|
|
{
|
|
"id": "DOMAIN2",
|
|
"name": "Trusted Domain #2",
|
|
"value": "",
|
|
"suggest": "example.nextcloudpi.com"
|
|
},
|
|
{
|
|
"id": "DOMAIN3",
|
|
"name": "Trusted Domain #3",
|
|
"value": "",
|
|
"suggest": "192.168.1.15"
|
|
}
|
|
]
|
|
}
|