Files
anonaddy/CloudronManifest.json
2025-10-22 08:41:30 -06:00

27 lines
1.2 KiB
JSON

{
"id": "org.anonaddy.cloudron",
"title": "AnonAddy",
"author": "AnonAddy Team",
"description": "Anonymous email forwarding service that lets you create unlimited email aliases to protect your real email address from spam and tracking.",
"tagline": "Anonymous email forwarding",
"version": "1.3.5",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {},
"mysql": {},
"redis": {},
"sendmail": {}
},
"manifestVersion": 2,
"website": "https://anonaddy.com",
"contactEmail": "support@anonaddy.com",
"minBoxVersion": "7.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",
"memoryLimit": 512000000,
"optionalSso": true
}