nextcloudpi/etc/ncp-config.d/nc-trusted-domains.cfg
Tobias Knöppler 81ef2331bf
Remove ownyourbits.com in various places
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
2024-05-01 15:46:58 +02:00

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"
}
]
}