nextcloudpi/etc/ncp-config.d/nc-forward-ports.cfg
2019-01-04 18:14:52 -07:00

21 lines
637 B
INI

{
"id": "nc-forward-ports",
"name": "nc-forward-ports",
"title": "nc-forward-ports",
"description": "Set port forwarding to access from outside (UPnP)",
"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": "HTTPSPORT",
"value": "443"
},
{
"id": "HTTPPORT",
"name": "HTTPPORT",
"value": "80"
}
]
}