Initial commit
This commit is contained in:
31
CloudronManifest.json
Normal file
31
CloudronManifest.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "1.0.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": {}
|
||||
},
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user