From 43493fa3d7fdb3448b517d9c1859487d14ddc661 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Nov 2025 21:05:21 -0600 Subject: [PATCH] Drop volumes key from manifest --- maubot-src/CloudronManifest.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/maubot-src/CloudronManifest.json b/maubot-src/CloudronManifest.json index d0d2a71..e8d2b61 100644 --- a/maubot-src/CloudronManifest.json +++ b/maubot-src/CloudronManifest.json @@ -29,11 +29,5 @@ "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.", - "volumes": [ - { - "name": "data", - "path": "/app/data" - } - ], "displayName": "Maubot" }