From a0ee0fef8b26615f1f991bdd6b08deae5e5d3066 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Nov 2025 21:05:45 -0600 Subject: [PATCH] Remove displayName from manifest --- maubot-src/CloudronManifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maubot-src/CloudronManifest.json b/maubot-src/CloudronManifest.json index e8d2b61..2df7765 100644 --- a/maubot-src/CloudronManifest.json +++ b/maubot-src/CloudronManifest.json @@ -28,6 +28,5 @@ "bot", "maubot" ], - "postInstallMessage": "The Maubot UI is protected by Cloudron SSO. The initial API/UI admin credentials are stored in /app/data/.admin_password (username: root). Retrieve them with `cloudron exec --app -- cat /app/data/.admin_password` before first login.", - "displayName": "Maubot" + "postInstallMessage": "The Maubot UI is protected by Cloudron SSO. The initial API/UI admin credentials are stored in /app/data/.admin_password (username: root). Retrieve them with `cloudron exec --app -- cat /app/data/.admin_password` before first login." }