Files
mautrix-whatsapp-cloudron/CloudronManifest.json
Andreas Dueren ef4d2c1072 Fix domain configuration and database cleanup for production deployment
- Fixed domain extraction logic in start.sh for proper homeserver configuration
- Updated registration file regex patterns to use base domain
- Added comprehensive database cleanup procedures in CLAUDE.md
- Updated CloudronManifest.json for production settings
- Resolved crypto sync issues and user registration conflicts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-16 20:03:01 -06:00

32 lines
1.2 KiB
JSON

{
"version": "1.1.0",
"upstreamVersion": "0.10.8",
"id": "dev.maunium.whatsapp.cloudronapp",
"title": "Matrix WhatsApp Bridge",
"author": "Tulir Asokan <tulir@maunium.net>",
"description": "file://DESCRIPTION.md",
"tagline": "Bridge between Matrix and WhatsApp",
"healthCheckPath": "/health",
"httpPort": 29318,
"icon": "logo.png",
"addons": {
"localstorage": {},
"postgresql": {},
"tls": {}
},
"manifestVersion": 2,
"website": "https://docs.mau.fi/bridges/go/whatsapp/index.html",
"contactEmail": "support@cloudron.io",
"tags": [
"matrix",
"whatsapp",
"chat",
"bridge",
"communication"
],
"minBoxVersion": "7.1.0",
"postInstallMessage": "Mautrix-WhatsApp bridge is installed!\n\nPlease note you will need to:\n1. Configure your homeserver by setting up the registration\n2. Configure the bridge in the data directory\n3. Authenticate with WhatsApp using QR code or pairing code\n\nVisit https://docs.mau.fi/bridges/go/whatsapp/index.html for detailed instructions.",
"changelog": "file://CHANGELOG.md",
"documentationUrl": "https://docs.mau.fi/bridges/go/whatsapp/index.html",
"forumUrl": "https://matrix.to/#/#whatsapp:maunium.net"
}