From 3f2afe3125088cb7f71d8f5579024eeda7282331 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Sun, 10 Apr 2022 21:22:43 +0000 Subject: [PATCH] Build App list and docs --- pi-hosted_template/template/portainer-v2.json | 16 ++++++++-------- template/portainer-v2-arm32.json | 16 ++++++++-------- template/portainer-v2-arm64.json | 16 ++++++++-------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index c7b5176..71e0184 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -3390,28 +3390,28 @@ "name": "MYSQL_ROOT_PASSWORD" }, { - "default": "False", + "default": "false", "label": "SKIP_ARCHIVED_LOGS", "name": "SKIP_ARCHIVED_LOGS", - "description": "Defaults to False. Set to True to skip archived logs, i.e. proxy-host*.gz" + "description": "Defaults to false. Set to true to skip archived logs, i.e. proxy-host*.gz" }, { - "default": "False", + "default": "false", "label": "BASIC_AUTH", "name": "BASIC_AUTH", - "description": "Defaults to False. Set to True to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly." + "description": "Defaults to false. Set to true to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly." }, { "default": "user", - "label": "BASIC_AUTH_USERNAME", + "label": "BASIC_AUTH_USERNAME Ignore if Basic Auth set to false", "name": "BASIC_AUTH_USERNAME", - "description": "(Optional) Requires BASIC_AUTH to bet set to True. Username for basic authentication." + "description": "(Optional) Requires BASIC_AUTH to bet set to true. Username for basic authentication." }, { "default": "Password", - "label": "BASIC_AUTH_PASSWORD", + "label": "BASIC_AUTH_PASSWORD Ignore if Basic Auth set to false", "name": "BASIC_AUTH_PASSWORD", - "description": "(Optional) Requires BASIC_AUTH to bet set to True. Password for basic authentication." + "description": "(Optional) Requires BASIC_AUTH to bet set to true. Password for basic authentication." } ], "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png", diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index c7b5176..71e0184 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -3390,28 +3390,28 @@ "name": "MYSQL_ROOT_PASSWORD" }, { - "default": "False", + "default": "false", "label": "SKIP_ARCHIVED_LOGS", "name": "SKIP_ARCHIVED_LOGS", - "description": "Defaults to False. Set to True to skip archived logs, i.e. proxy-host*.gz" + "description": "Defaults to false. Set to true to skip archived logs, i.e. proxy-host*.gz" }, { - "default": "False", + "default": "false", "label": "BASIC_AUTH", "name": "BASIC_AUTH", - "description": "Defaults to False. Set to True to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly." + "description": "Defaults to false. Set to true to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly." }, { "default": "user", - "label": "BASIC_AUTH_USERNAME", + "label": "BASIC_AUTH_USERNAME Ignore if Basic Auth set to false", "name": "BASIC_AUTH_USERNAME", - "description": "(Optional) Requires BASIC_AUTH to bet set to True. Username for basic authentication." + "description": "(Optional) Requires BASIC_AUTH to bet set to true. Username for basic authentication." }, { "default": "Password", - "label": "BASIC_AUTH_PASSWORD", + "label": "BASIC_AUTH_PASSWORD Ignore if Basic Auth set to false", "name": "BASIC_AUTH_PASSWORD", - "description": "(Optional) Requires BASIC_AUTH to bet set to True. Password for basic authentication." + "description": "(Optional) Requires BASIC_AUTH to bet set to true. Password for basic authentication." } ], "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 737b538..bb01acf 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -3596,28 +3596,28 @@ "name": "MYSQL_ROOT_PASSWORD" }, { - "default": "False", + "default": "false", "label": "SKIP_ARCHIVED_LOGS", "name": "SKIP_ARCHIVED_LOGS", - "description": "Defaults to False. Set to True to skip archived logs, i.e. proxy-host*.gz" + "description": "Defaults to false. Set to true to skip archived logs, i.e. proxy-host*.gz" }, { - "default": "False", + "default": "false", "label": "BASIC_AUTH", "name": "BASIC_AUTH", - "description": "Defaults to False. Set to True to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly." + "description": "Defaults to false. Set to true to enable nginx basic authentication. Docker container needs to stopped or restarted each time this flag is modified. This allows for the .htpasswd file to be changed accordingly." }, { "default": "user", - "label": "BASIC_AUTH_USERNAME", + "label": "BASIC_AUTH_USERNAME Ignore if Basic Auth set to false", "name": "BASIC_AUTH_USERNAME", - "description": "(Optional) Requires BASIC_AUTH to bet set to True. Username for basic authentication." + "description": "(Optional) Requires BASIC_AUTH to bet set to true. Username for basic authentication." }, { "default": "Password", - "label": "BASIC_AUTH_PASSWORD", + "label": "BASIC_AUTH_PASSWORD Ignore if Basic Auth set to false", "name": "BASIC_AUTH_PASSWORD", - "description": "(Optional) Requires BASIC_AUTH to bet set to True. Password for basic authentication." + "description": "(Optional) Requires BASIC_AUTH to bet set to true. Password for basic authentication." } ], "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",