mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
21 lines
637 B
INI
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"
|
|
}
|
|
]
|
|
}
|