From 5acf4e828a1663774f4a6d9f08e07b3b9ec48225 Mon Sep 17 00:00:00 2001 From: hael Date: Thu, 12 Sep 2024 10:49:00 +0000 Subject: [PATCH] Update nextcloud/template.json type password --- nextcloud/template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/template.json b/nextcloud/template.json index 242df00..64bb7c4 100644 --- a/nextcloud/template.json +++ b/nextcloud/template.json @@ -17,7 +17,8 @@ "description": "Please add Nextcloud password:", "key": "NEXTCLOUD_PASSWORD", "value": "", - "required": "true" + "required": "true", + "type": "password" }, { "description": "MYSQL database name",