mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
Signed-off-by: paschaef <45995338+paschaef@users.noreply.github.com> Signed-off-by: nachoparker <nacho@ownyourbits.com>
29 lines
669 B
INI
29 lines
669 B
INI
{
|
|
"id": "nc-trusted-proxies",
|
|
"name": "Nc-trusted-proxies",
|
|
"title": "nc-trusted-proxies",
|
|
"description": "Manually add trusted proxies",
|
|
"info": "This operation is only needed if NCP is running behind a reverse proxy and the true client IP address is needed",
|
|
"infotitle": "",
|
|
"params": [
|
|
{
|
|
"id": "PROXY1",
|
|
"name": "Trusted Proxy #1",
|
|
"value": "",
|
|
"suggest": "my.proxy.com"
|
|
},
|
|
{
|
|
"id": "PROXY2",
|
|
"name": "Trusted Proxy #2",
|
|
"value": "",
|
|
"suggest": "other.proxy.com"
|
|
},
|
|
{
|
|
"id": "PROXY3",
|
|
"name": "Trusted Proxy #3",
|
|
"value": "",
|
|
"suggest": "172.0.0.1"
|
|
}
|
|
]
|
|
}
|