<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Matrix WhatsApp Bridge]]></title><description><![CDATA[<p dir="auto">I could use some help with <a href="https://git.cloudron.io/BrutalBirdie/matrix-whatsapp-puppet-bridge" target="_blank" rel="noopener noreferrer nofollow ugc">this packaging</a> attempt (just ignore the messy code). I can not get encryption working for some reason. This may have something to do with my current matrix installation so I'd be interested in someone else's expertise and experience</p>
]]></description><link>https://forum.cloudron.io/topic/13622/matrix-whatsapp-bridge</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 22:06:03 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13622.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Apr 2025 20:43:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Wed, 06 May 2026 02:25:28 GMT]]></title><description><![CDATA[<p dir="auto">Updated and modified for community app: <code>https://git.due.ren/andreas/mautrix-whatsapp-cloudron/-/raw/main/CloudronVersions.json?ref_type=heads</code></p>
]]></description><link>https://forum.cloudron.io/post/124417</link><guid isPermaLink="true">https://forum.cloudron.io/post/124417</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Wed, 06 May 2026 02:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Fri, 16 Jan 2026 17:07:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eliahou" aria-label="Profile: Eliahou">@<bdi>Eliahou</bdi></a> I packaged the signal bridge and now wanted to see how I can make encryption work.</p>
<p dir="auto"><strong>Root Cause:</strong> Synapse 1.141+ explicitly blocks appservice users from using <code>/sync</code>. The mautrix bridges were configured to poll <code>/sync</code> for encryption data, which caused <code>HTTP 500</code> errors.<br />
<strong>Solution:</strong> Enabled <code>appservice</code> mode for end-to-bridge encryption, which uses <code>MSC3202/MSC2409</code> to receive encryption data via <code>appservice</code> transactions instead of <code>/sync</code>.</p>
<p dir="auto">In specific this means:</p>
<p dir="auto">Changes Made</p>
<ol>
<li>Synapse:
<ul>
<li>Added experimental features to <code>homeserver.yaml</code>:</li>
</ul>
</li>
</ol>
<pre><code>           experimental_features:
                 msc3202_transaction_extensions: true
                 msc2409_to_device_messages_enabled: true
</code></pre>
<ul>
<li>Added <code>org.matrix.msc3202: true</code> to both bridge registration files</li>
</ul>
<ol start="2">
<li>Signal Bridge:
<ul>
<li>Updated <a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a> to set <code>encryption.appservice = true</code></li>
<li>Built and deployed <code>andreasdueren/mautrix-signal:1.0.2</code></li>
</ul>
</li>
<li>WhatsApp Bridge:
<ul>
<li>Updated <a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a> to set <code>encryption.appservice = true</code></li>
<li>Built and deployed <code>andreasdueren/mautrix-whatsapp:2.0.2</code></li>
</ul>
</li>
</ol>
]]></description><link>https://forum.cloudron.io/post/118649</link><guid isPermaLink="true">https://forum.cloudron.io/post/118649</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Fri, 16 Jan 2026 17:07:44 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Mon, 29 Dec 2025 13:52:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreasdueren" aria-label="Profile: andreasdueren">@<bdi>andreasdueren</bdi></a> a good middle ground would be to make it easier for platform providers to install third party apps.</p>
<p dir="auto"><a href="https://forum.cloudron.io/topic/14231/ccai-cloudron-custom-app-installer">https://forum.cloudron.io/topic/14231/ccai-cloudron-custom-app-installer</a></p>
]]></description><link>https://forum.cloudron.io/post/117669</link><guid isPermaLink="true">https://forum.cloudron.io/post/117669</guid><dc:creator><![CDATA[nostrdev]]></dc:creator><pubDate>Mon, 29 Dec 2025 13:52:46 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Fri, 26 Dec 2025 15:43:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> didn’t find any when I tried to investigate. But since it’s pretty much stored in plain text on the other side I decided I may as well store it plain text on mine. Encryption and bridges/bots are just not a good fit</p>
]]></description><link>https://forum.cloudron.io/post/117570</link><guid isPermaLink="true">https://forum.cloudron.io/post/117570</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Fri, 26 Dec 2025 15:43:33 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 25 Dec 2025 20:53:53 GMT]]></title><description><![CDATA[<p dir="auto">Any clues from upstream git repo issues?</p>
]]></description><link>https://forum.cloudron.io/post/117540</link><guid isPermaLink="true">https://forum.cloudron.io/post/117540</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 25 Dec 2025 20:53:53 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 25 Dec 2025 20:23:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/eliahou" aria-label="Profile: Eliahou">@<bdi>Eliahou</bdi></a> unfortunately I can’t really help you with this because I’m running it unencrypted on my side. But yes when I used it a while ago with encryption I had similar errors.</p>
]]></description><link>https://forum.cloudron.io/post/117539</link><guid isPermaLink="true">https://forum.cloudron.io/post/117539</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Thu, 25 Dec 2025 20:23:51 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 25 Dec 2025 18:33:35 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for packaging this bridge - it actually motivated me to discover and deploy Matrix <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title="🙂" alt="🙂" /></p>
<p dir="auto">I’m trying to set it up alongside the Synapse app from the Cloudron store, but I’m currently stuck with the following issue.</p>
<hr />
<h2>What I did</h2>
<ul>
<li>Installed the Matrix (Synapse) app from the Cloudron app store</li>
<li>Installed the mautrix-whatsapp bridge</li>
<li>Added the registration file generated by the bridge to the Synapse app</li>
<li>Restarted Synapse</li>
<li>Sent <code>login</code> to <code>@whatsappbot:domain.com</code></li>
</ul>
<hr />
<h2>What happens</h2>
<p dir="auto">I consistently get:</p>
<blockquote>
<p dir="auto"><strong><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/26a0.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--warning" style="height:23px;width:auto;vertical-align:middle" title="⚠" alt="⚠" />️ Your message was not bridged: the bridge hasn't received the decryption keys</strong></p>
</blockquote>
<hr />
<h2>Bridge logs</h2>
<p dir="auto">The bridge fails to sync and retries indefinitely:</p>
<pre><code class="language-text">Dec 25 19:22:40 2025-12-25T18:22:40.932Z DBG Request completed as_user_id=@whatsappbot:domain.com duration=6.873778 method=GET req_id=477 response_length=55 response_mime=application/json status_code=500 url=https://matrix.domain.com/_matrix/client/v3/sync?filter=0&amp;timeout=0&amp;user_id=%40whatsappbot%3Adomain.com
Dec 25 19:22:50 2025-12-25T18:22:50.939Z ERR Error /syncing, waiting 10 seconds error="M_UNKNOWN (HTTP 500): Internal server error" component=crypto
</code></pre>
<hr />
<h2>Synapse logs (version 1.144.0)</h2>
<p dir="auto">Synapse returns <strong>HTTP 500 on <code>/sync</code></strong> for the bridge user, with a <code>NotImplementedError</code>:</p>
<pre><code class="language-text">Dec 25 19:28:11 2025-12-25 18:28:11,245 - synapse.access.http.8008 - 521 - INFO - GET-887 - 172.18.20.179 - 8008 - {@whatsappbot:domain.com} Processed request: 0.004sec/0.000sec (0.001sec, 0.000sec) (0.000sec/0.001sec/1) 55B 500 "GET /_matrix/client/v3/sync?filter=0&amp;timeout=0&amp;user_id=%40whatsappbot%3Adomain.com HTTP/1.1" "mautrix-whatsapp/v25.12+dev.1f06bd38 mautrix-go/v0.26.1 go/1.25.5" [0 dbevts]
</code></pre>
<p dir="auto">Followed by this stacktrace:</p>
<pre><code class="language-text">Dec 25 19:28:21 2025-12-25 18:28:21,251 - synapse.http.server - 147 - ERROR - GET-892 - Failed handle request via 'SyncRestServlet': &lt;XForwardedForRequest at 0x7657785cd910 method='GET' uri='/_matrix/client/v3/sync?filter=0&amp;timeout=0&amp;user_id=%40whatsappbot%3Adomain.com' clientproto='HTTP/1.1' site='8008'&gt;
Dec 25 19:28:21 Traceback (most recent call last):
Dec 25 19:28:21 File "/app/code/env/lib/python3.12/site-packages/synapse/http/server.py", line 335, in _async_render_wrapper
Dec 25 19:28:21 callback_return = await self._async_render(request)
Dec 25 19:28:21 File "/app/code/env/lib/python3.12/site-packages/synapse/http/server.py", line 576, in _async_render
Dec 25 19:28:21 callback_return = await raw_callback_return
Dec 25 19:28:21 File "/app/code/env/lib/python3.12/site-packages/synapse/rest/client/sync.py", line 269, in on_GET
Dec 25 19:28:21 sync_result = await self.sync_handler.wait_for_sync_for_user(
Dec 25 19:28:21 File "/app/code/env/lib/python3.12/site-packages/synapse/handlers/sync.py", line 358, in wait_for_sync_for_user
Dec 25 19:28:21 res = await self.response_cache.wrap(
Dec 25 19:28:21 File "/app/code/env/lib/python3.12/site-packages/synapse/handlers/sync.py", line 527, in current_sync_for_user
Dec 25 19:28:21 sync_result = await self.generate_sync_result(
Dec 25 19:28:21 File "/app/code/env/lib/python3.12/site-packages/synapse/handlers/sync.py", line 1660, in generate_sync_result
Dec 25 19:28:21 raise NotImplementedError()
Dec 25 19:28:21 NotImplementedError
</code></pre>
<hr />
<h2>Summary</h2>
<p dir="auto">It looks like the bridge calls:</p>
<pre><code>/_matrix/client/v3/sync?filter=0&amp;timeout=0
</code></pre>
<p dir="auto">for <code>@whatsappbot</code>, which causes Synapse 1.144.0 to return HTTP 500 with a <code>NotImplementedError</code>.<br />
Because <code>/sync</code> fails, the bridge can’t receive encryption keys and messages are not bridged.</p>
<p dir="auto">Do you have any idea what could be wrong here ?<br />
I didn’t manage to find a solution in the official documentation.</p>
]]></description><link>https://forum.cloudron.io/post/117537</link><guid isPermaLink="true">https://forum.cloudron.io/post/117537</guid><dc:creator><![CDATA[Eliahou]]></dc:creator><pubDate>Thu, 25 Dec 2025 18:33:35 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Sat, 20 Dec 2025 18:59:23 GMT]]></title><description><![CDATA[<p dir="auto">Updated bridge to v25.12</p>
<p dir="auto"><code>andreasdueren/mautrix-whatsapp-cloudron:1.2.4</code></p>
]]></description><link>https://forum.cloudron.io/post/117372</link><guid isPermaLink="true">https://forum.cloudron.io/post/117372</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Sat, 20 Dec 2025 18:59:23 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Mon, 24 Nov 2025 02:28:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ntnsndr" aria-label="Profile: ntnsndr">@<bdi>ntnsndr</bdi></a> You'll need to packge it. Since the whatsapp brige (also go based) runs pretty well, I would assume, this one should be also easy to package.</p>
]]></description><link>https://forum.cloudron.io/post/115841</link><guid isPermaLink="true">https://forum.cloudron.io/post/115841</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Mon, 24 Nov 2025 02:28:41 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Mon, 24 Nov 2025 02:17:21 GMT]]></title><description><![CDATA[<p dir="auto">I'm looking to install the Zulip bridge in order to connect our Matrix server with a Zulip chat that collaborators use. Supporting bridges somehow seems important, as bridging is really central to Matrix's value proposition. (Of course, it is absurd that bridging requires third-party software installation rather than some kind of simple, integrated plugin architecture.)</p>
<p dir="auto">Is there a way to set this up on the app/data side so it is persistent through updates?</p>
<p dir="auto">Here are the options I'm looking at:<br />
<a href="https://github.com/mautrix/zulip" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mautrix/zulip</a><br />
<a href="https://github.com/GearKite/MatrixZulipBridge" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/GearKite/MatrixZulipBridge</a></p>
]]></description><link>https://forum.cloudron.io/post/115840</link><guid isPermaLink="true">https://forum.cloudron.io/post/115840</guid><dc:creator><![CDATA[ntnsndr]]></dc:creator><pubDate>Mon, 24 Nov 2025 02:17:21 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Wed, 22 Oct 2025 18:59:48 GMT]]></title><description><![CDATA[<p dir="auto">Updated bridge to v0.2510.0</p>
<p dir="auto"><a href="https://git.due.ren/andreas/mautrix-whatsapp-cloudron/releases/tag/v2.0.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.due.ren/andreas/mautrix-whatsapp-cloudron/releases/tag/v2.0.0</a></p>
]]></description><link>https://forum.cloudron.io/post/114301</link><guid isPermaLink="true">https://forum.cloudron.io/post/114301</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Wed, 22 Oct 2025 18:59:48 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Fri, 26 Sep 2025 14:44:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/113023">Matrix WhatsApp Bridge</a>:</p>
<blockquote>
<p dir="auto">"extensions" to apps by third parties is quite a burden for app packages.</p>
</blockquote>
<p dir="auto">I understand that it needs to be feasible to maintain these kind of things. Cloudron needs to be profitable after all. I hope we can find some solution for these things, especially if they're simple go binaries like this one.</p>
]]></description><link>https://forum.cloudron.io/post/113028</link><guid isPermaLink="true">https://forum.cloudron.io/post/113028</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Fri, 26 Sep 2025 14:44:49 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Fri, 26 Sep 2025 14:25:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreasdueren" aria-label="Profile: andreasdueren">@<bdi>andreasdueren</bdi></a> I am with you on that <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
<p dir="auto">Maybe niche is not the right term but I simply meant to say is that "extensions" to apps by third parties is quite a burden for app packages. It's best to figure out a way by which other people can host it easily especially when people are making their efforts public.</p>
]]></description><link>https://forum.cloudron.io/post/113023</link><guid isPermaLink="true">https://forum.cloudron.io/post/113023</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 26 Sep 2025 14:25:50 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 25 Sep 2025 23:08:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/112980">Matrix WhatsApp Bridge</a>:</p>
<blockquote>
<p dir="auto">I think we have to figure a way to get such niche app packages published.</p>
</blockquote>
<p dir="auto">I would argue that this is equal or even less of a niche app than the Valheim Gameserver for example.</p>
]]></description><link>https://forum.cloudron.io/post/113005</link><guid isPermaLink="true">https://forum.cloudron.io/post/113005</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Thu, 25 Sep 2025 23:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 25 Sep 2025 13:19:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/112980">Matrix WhatsApp Bridge</a>:</p>
<blockquote>
<p dir="auto">such niche app packages</p>
</blockquote>
<p dir="auto">I'm not sure it's really a niche app. I'd guess that many/ most people running Matrix/ Element might like to use this (and other similar bridges too). IMHO ideally Cloudron Matrix would come bundled with WhatsApp, Signal and Telegram bridges much like <a href="https://ems.element.io/element-one" target="_blank" rel="noopener noreferrer nofollow ugc">Element One</a> does.</p>
]]></description><link>https://forum.cloudron.io/post/112992</link><guid isPermaLink="true">https://forum.cloudron.io/post/112992</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Thu, 25 Sep 2025 13:19:13 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 25 Sep 2025 12:04:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> I think we have to figure a way to get such niche app packages published. At least, we are on board internally to do something to allow external publishers, so we will work on something soon.</p>
]]></description><link>https://forum.cloudron.io/post/112980</link><guid isPermaLink="true">https://forum.cloudron.io/post/112980</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 25 Sep 2025 12:04:32 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Wed, 17 Sep 2025 22:02:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-group plugin-mentions-a" href="/groups/staff" aria-label="Profile: staff">@<bdi>staff</bdi></a> any reason we can't add this <a class="plugin-mentions-user plugin-mentions-a" href="/user/andreasdueren" aria-label="Profile: andreasdueren">@<bdi>andreasdueren</bdi></a> Matrix-WhatsApp Bridge app to the app store?</p>
]]></description><link>https://forum.cloudron.io/post/112758</link><guid isPermaLink="true">https://forum.cloudron.io/post/112758</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Wed, 17 Sep 2025 22:02:23 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Tue, 16 Sep 2025 15:27:12 GMT]]></title><description><![CDATA[<p dir="auto">Updated bridge to v0.12.5</p>
<p dir="auto"><a href="https://git.due.ren/andreas/mautrix-whatsapp-cloudron/releases/tag/v1.2.3" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.due.ren/andreas/mautrix-whatsapp-cloudron/releases/tag/v1.2.3</a></p>
]]></description><link>https://forum.cloudron.io/post/112752</link><guid isPermaLink="true">https://forum.cloudron.io/post/112752</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Tue, 16 Sep 2025 15:27:12 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Fri, 22 Aug 2025 18:28:50 GMT]]></title><description><![CDATA[<p dir="auto">Updated bridge to v0.12.4</p>
<p dir="auto"><a href="https://git.due.ren/andreas/mautrix-whatsapp-cloudron/releases/tag/v1.2.2" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.due.ren/andreas/mautrix-whatsapp-cloudron/releases/tag/v1.2.2</a></p>
]]></description><link>https://forum.cloudron.io/post/111934</link><guid isPermaLink="true">https://forum.cloudron.io/post/111934</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Fri, 22 Aug 2025 18:28:50 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Sun, 20 Jul 2025 16:15:49 GMT]]></title><description><![CDATA[<p dir="auto">Updated bridge to v0.12.3</p>
<p dir="auto"><a href="https://git.due.ren/andreas/mautrix-whatsapp-cloudron" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.due.ren/andreas/mautrix-whatsapp-cloudron</a></p>
]]></description><link>https://forum.cloudron.io/post/110477</link><guid isPermaLink="true">https://forum.cloudron.io/post/110477</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Sun, 20 Jul 2025 16:15:49 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Fri, 20 Jun 2025 08:41:19 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I think that will work</p>
]]></description><link>https://forum.cloudron.io/post/109032</link><guid isPermaLink="true">https://forum.cloudron.io/post/109032</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 20 Jun 2025 08:41:19 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Fri, 20 Jun 2025 07:10:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a><br />
Would it be feasible to do the same as for the TeamSpeak3 and Valheim app?<br />
Just create a static HTML that informs the visitor and nothing else?</p>
]]></description><link>https://forum.cloudron.io/post/109021</link><guid isPermaLink="true">https://forum.cloudron.io/post/109021</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 20 Jun 2025 07:10:03 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 19 Jun 2025 23:07:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Not by design. However this could be easily added since it's just a static website with no complexity</p>
]]></description><link>https://forum.cloudron.io/post/109012</link><guid isPermaLink="true">https://forum.cloudron.io/post/109012</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Thu, 19 Jun 2025 23:07:14 GMT</pubDate></item><item><title><![CDATA[Reply to Matrix WhatsApp Bridge on Thu, 19 Jun 2025 18:38:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreasdueren" aria-label="Profile: andreasdueren">@<bdi>andreasdueren</bdi></a> the synapse app has a homepage . does this app have one too? i.e when you install the app and visit the domain on browser, what do you see? if it has some sort of landing page, then you are right, what I said doesn't apply to this app..</p>
]]></description><link>https://forum.cloudron.io/post/109007</link><guid isPermaLink="true">https://forum.cloudron.io/post/109007</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 19 Jun 2025 18:38:03 GMT</pubDate></item></channel></rss>