Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nc-trusted-domains.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c69186d486599308bfb1dab553598ffb9cd7b6e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "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.ownyourbits.com"
    },
    {
      "id": "DOMAIN2",
      "name": "Trusted Domain #2",
      "value": "",
      "suggest": "example.ownyourbits.com"
    },
    {
      "id": "DOMAIN3",
      "name": "Trusted Domain #3",
      "value": "",
      "suggest": "192.168.1.15"
    }
  ]
}