From d0f2555880afd189940ab75e4acfe456b56fb9d1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Nov 2025 21:01:32 -0600 Subject: [PATCH] Fix addon manifest format --- maubot-src/CloudronManifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/maubot-src/CloudronManifest.json b/maubot-src/CloudronManifest.json index 15c6f5d..1b76e27 100644 --- a/maubot-src/CloudronManifest.json +++ b/maubot-src/CloudronManifest.json @@ -12,14 +12,14 @@ "httpPort": 3000, "healthCheckPath": "/healthz", "memoryLimit": 536870912, - "addons": [ - "postgresql", - "mysql", - "mongodb", - "redis", - "localstorage", - "sendmail" - ], + "addons": { + "postgresql": {}, + "mysql": {}, + "mongodb": {}, + "redis": {}, + "localstorage": {}, + "sendmail": {} + }, "auth": { "type": "oidc" },