Remove displayName from manifest

This commit is contained in:
Your Name
2025-11-13 21:05:45 -06:00
parent 43493fa3d7
commit a0ee0fef8b

View File

@@ -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 <app-id> -- 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 <app-id> -- cat /app/data/.admin_password` before first login."
}