nextcloudpi/etc/ncp-config.d/nc-forward-ports.cfg
nachoparker afa39fb6e7 ncp-config: shorten descriptions
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2021-01-18 22:08:47 -07:00

23 lines
679 B
INI

{
"id": "nc-forward-ports",
"name": "Nc-forward-ports",
"title": "nc-forward-ports",
"description": "Set port forwarding to access from outside",
"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"
}
]
}