Commit e6a93f20 authored by Jérome Perrin's avatar Jérome Perrin

software/nextcloud: define instance.trusted-proxy-list in schema

Mostly to address the warning in the test that the request parameters
do not comply with schema.
parent 8998e21f
......@@ -129,6 +129,11 @@
"title": "Third authorized domain on nextcloud",
"description": "Trusted domain used to connect to Nextcloud instance.",
"type": "string"
},
"instance.trusted-proxy-list": {
"title": "Trusted proxies",
"description": "IP adresses of trusted proxies, space separated.",
"type": "string"
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment