From cd0bfd1289ca79be4488d41fd9113e8d8e7ca136 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 22 Oct 2025 08:41:30 -0600 Subject: [PATCH] Remove icon reference and maxBoxVersion limit --- CloudronManifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index abc608d..a03c263 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -17,12 +17,10 @@ "website": "https://anonaddy.com", "contactEmail": "support@anonaddy.com", "minBoxVersion": "7.0.0", - "maxBoxVersion": "8.0.0", "mediaLinks": [ "https://anonaddy.com/assets/img/logo.svg" ], "postInstallMessage": "AnonAddy is now installed!\n\nIMPORTANT SETUP STEPS:\n\n1. Login with the default admin credentials:\n Email: admin@example.com\n Password: password\n\n2. IMMEDIATELY change the admin password in Settings\n\n3. Configure your domain in Settings -> Domains\n\n4. Set up DNS records:\n - MX record pointing to your Cloudron server\n - SPF record for email authentication\n - DKIM keys (generated in Settings)\n\n5. Configure SMTP settings to receive emails\n\nFor more information, visit: https://anonaddy.com/help", - "icon": "file://logo.png", "memoryLimit": 512000000, "optionalSso": true }