From d380287dc4e7f6de7ad246baf88bd72b9359aad0 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Tue, 12 Oct 2021 10:49:03 -0400 Subject: [PATCH] Add additional Parm needed for some OpenVPN providers --- pi-hosted_template/template/portainer-v2.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index af726a9..85b0ff7 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -3545,6 +3545,12 @@ "label": "OPENVPN_PROVIDER", "name": "OPENVPN_PROVIDER" }, + { + "default": "", + "description": "Optional. Mostly used to narrow down what location to use by the provider", + "label": "OPENVPN_CONFIG", + "name": "OPENVPN_CONFIG" + }, { "default": "", "label": "OPENVPN_USERNAME",