From 385b36d29e1531ae4657b0a87e1b081880e6094f Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:19:49 +0100 Subject: [PATCH] Update Nextcloud-LXC JSON (#1191) * Update Nextcloud-LXC JSON * nextcloudpi.json update --- json/nextcloudpi.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/json/nextcloudpi.json b/json/nextcloudpi.json index ab6d3f8c..b1b0f09b 100644 --- a/json/nextcloudpi.json +++ b/json/nextcloudpi.json @@ -41,5 +41,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Only Alpine: To get the username and password, run the script again inside the LXC shell.", + "type": "warning" + } + ] }