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

nc-forward-ports.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9124a88df2cf0e9d519c4a163a43bba84c87d4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "id": "nc-forward-ports",
  "name": "Nc-forward-ports",
  "title": "nc-forward-ports",
  "description": "Set port forwarding to access from outside (UPnP must be enabled in your router)",
  "info": "For NextCloudPi to be able to setup your ports, UPnP must be activated\nin your router. Activate it now on your router admin webpage.\n\n** UPnP is considered a security risk **\n\nDon't forget to disable it afterwards",
  "infotitle": "Instructions for UPnP Port Forwarding",
  "params": [
    {
      "id": "HTTPSPORT",
      "name": "Https port",
      "value": "443",
      "suggest": "443"
    },
    {
      "id": "HTTPPORT",
      "name": "Http port",
      "value": "80",
      "suggest": "80"
    }
  ]
}