<?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[We need the Matrix Authentication Service (MAS)]]></title><description><![CDATA[<p dir="auto">In order to take advantage of the latest Matrix features (e.g. QR code login) and use the new better Element X app etc, we need the Matrix Authentication Service (MAS) adding to the Cloudron Synapse package</p>
<p dir="auto"><a href="https://github.com/element-hq/matrix-authentication-service" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/element-hq/matrix-authentication-service</a><br />
<a href="https://element-hq.github.io/matrix-authentication-service/" target="_blank" rel="noopener noreferrer nofollow ugc">https://element-hq.github.io/matrix-authentication-service/</a><br />
<a href="https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.12.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.12.0</a><br />
<a href="https://github.com/element-hq/matrix-authentication-service/pkgs/container/matrix-authentication-service" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/element-hq/matrix-authentication-service/pkgs/container/matrix-authentication-service</a><br />
<a href="https://github.com/element-hq/synapse/issues/18027#issuecomment-2571748011" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/element-hq/synapse/issues/18027#issuecomment-2571748011</a></p>
<p dir="auto">But I guess the team will understandably probably want to wait until there are a least a few more versions. Oh well.</p>
]]></description><link>https://forum.cloudron.io/topic/13140/we-need-the-matrix-authentication-service-mas</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 11:19:17 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13140.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Jan 2025 01:39:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Fri, 13 Mar 2026 12:46:46 GMT]]></title><description><![CDATA[<p dir="auto">We looked into this, created a community app and documented everything here:<br />
<a href="https://forum.cloudron.io/topic/15225/matrix-authentication-service">https://forum.cloudron.io/topic/15225/matrix-authentication-service</a></p>
]]></description><link>https://forum.cloudron.io/post/121793</link><guid isPermaLink="true">https://forum.cloudron.io/post/121793</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 13 Mar 2026 12:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Fri, 16 Jan 2026 17:53:28 GMT]]></title><description><![CDATA[<p dir="auto">I did some digging, this is what I think is needed:</p>
<p dir="auto"><strong>The current package uses:</strong></p>
<ul>
<li>Synapse <code>v1.144.0</code> (which is compatible - MAS requires v1.136.0+)</li>
<li>Cloudron OIDC for SSO (traditional OIDC provider approach)</li>
<li>PostgreSQL as the database</li>
<li>Standard Matrix authentication endpoints</li>
</ul>
<p dir="auto"><strong>What MAS Integration Requires</strong><br />
MAS is fundamentally different from traditional OIDC - it's not just another identity provider, but a complete replacement for Synapse's internal authentication system per MSC3861. It needs:</p>
<p dir="auto"><strong>1. MAS Service Deployment</strong></p>
<ul>
<li>MAS needs to run as a <strong>separate service</strong> (not just a config change)</li>
<li>It requires its <strong>own separate PostgreSQL database</strong></li>
<li>It <strong>needs its own domain</strong>/subdomain (e.g., <a href="http://auth.matrix.example.com" target="_blank" rel="noopener noreferrer nofollow ugc">auth.matrix.example.com</a>)</li>
<li>Docker image: <a href="http://ghcr.io/element-hq/matrix-authentication-service:latest" target="_blank" rel="noopener noreferrer nofollow ugc">ghcr.io/element-hq/matrix-authentication-service:latest</a></li>
</ul>
<p dir="auto"><strong>2. MAS Configuration Requirements</strong></p>
<ul>
<li>Encryption secrets and signing keys (RSA minimum)</li>
<li>Connection to Synapse via shared secret</li>
<li>Database configuration for its own PostgreSQL database</li>
<li>HTTP listener configuration</li>
<li>Email configuration for password recovery</li>
<li>Policy configuration (WASM file)</li>
</ul>
<p dir="auto"><strong>3. Synapse Configuration Changes</strong><br />
Replace traditional OIDC with matrix_authentication_service section:</p>
<pre><code>matrix_authentication_service:
  enabled: true
  endpoint: http://mas-internal:8080/
  secret: "SharedSecretWithMAS"
</code></pre>
<p dir="auto"><strong>4. Reverse Proxy Changes</strong><br />
These Matrix endpoints must be routed to MAS (not Synapse):</p>
<ul>
<li><code>/_matrix/client/*/login</code></li>
<li><code>/_matrix/client/*/logout</code></li>
<li><code>/_matrix/client/*/refresh</code></li>
</ul>
<p dir="auto"><strong>5. User Migration (For Existing Deployments)</strong><br />
MAS includes <code>syn2mas</code> tool to migrate:</p>
<ul>
<li>Existing password hashes (bcrypt → argon2id)</li>
<li>Sessions and devices</li>
<li>Access tokens</li>
<li>Upstream IdP mappings</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/118651</link><guid isPermaLink="true">https://forum.cloudron.io/post/118651</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Fri, 16 Jan 2026 17:53:28 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Mon, 12 Jan 2026 15:21:05 GMT]]></title><description><![CDATA[<p dir="auto">Hey, I assume there are no news about this topic? I have one user, that is not able to see chats in the classic/legacy apps but only on Element X. But this comes with the downside og not being able to make calls <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /><br />
(Besides that the classic apps are barely getting any updates anymore)</p>
]]></description><link>https://forum.cloudron.io/post/118346</link><guid isPermaLink="true">https://forum.cloudron.io/post/118346</guid><dc:creator><![CDATA[compotter]]></dc:creator><pubDate>Mon, 12 Jan 2026 15:21:05 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Mon, 01 Dec 2025 23:15:53 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/101653">We need the Matrix Authentication Service (MAS)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /> <a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> also attended the matrix talk in FOSDEM and they mentioned MAS is the way forward. It's in our internal task list, let's see when <a class="plugin-mentions-user plugin-mentions-a" href="/user/vladimir.d" aria-label="Profile: vladimir.d">@<bdi>vladimir.d</bdi></a> can get to it.</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ntnsndr" aria-label="Profile: ntnsndr">@<bdi>ntnsndr</bdi></a> FYI I think this is the latest (saw you commented on the related thread about Element X)</p>
]]></description><link>https://forum.cloudron.io/post/116317</link><guid isPermaLink="true">https://forum.cloudron.io/post/116317</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 01 Dec 2025 23:15:53 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Fri, 15 Aug 2025 18:54:39 GMT]]></title><description><![CDATA[<p dir="auto">Yeah, MAS jumped from all of the sudden from 0.2.something to 1.0 - very well... And that is all with 136 issues opened, including the <a href="https://github.com/element-hq/matrix-authentication-service/issues/4506" target="_blank" rel="noopener noreferrer nofollow ugc">issue</a> when the user won't be created as it should.</p>
<p dir="auto">I've ejected Synapse from Cloudron and run it independently - it is kind of working (if you don't mind get your hands dirty in the database), but if you don't need Element Calls - I can't see no real benefits.</p>
<p dir="auto">Not sure if the question was anyhow directed on me, but I hope that rant might be of some use anyway <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/111645</link><guid isPermaLink="true">https://forum.cloudron.io/post/111645</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Fri, 15 Aug 2025 18:54:39 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Fri, 15 Aug 2025 18:48:19 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/101653">We need the Matrix Authentication Service (MAS)</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /> <a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> also attended the matrix talk in FOSDEM and they mentioned MAS is the way forward. It's in our internal task list, let's see when <a class="plugin-mentions-user plugin-mentions-a" href="/user/vladimir.d" aria-label="Profile: vladimir.d">@<bdi>vladimir.d</bdi></a> can get to it.</p>
</blockquote>
<p dir="auto">Any update on this?</p>
<p dir="auto">I just realised 1.0.0 was released two days ago!</p>
<p dir="auto"><a href="https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/element-hq/matrix-authentication-service/releases/tag/v1.0.0</a></p>
<p dir="auto">BTW, I just noticed that in my Cloudron Dashboard is says "login with dedicated account":</p>
<p dir="auto"><img src="/assets/uploads/files/1755282969980-0f4ba928-c86a-4f91-8cab-d422dcec9373-image.png" alt="0f4ba928-c86a-4f91-8cab-d422dcec9373-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But it's actually using OIDC:</p>
<p dir="auto"><img src="/assets/uploads/files/1755283035750-0f154357-0546-4d7d-bd86-286160a55a10-image.png" alt="0f154357-0546-4d7d-bd86-286160a55a10-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">What's going on there? <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f937.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--shrug" style="height:23px;width:auto;vertical-align:middle" title=":shrug:" alt="🤷" /></p>
<p dir="auto">Either way, I'm hoping we can have MAS soon and that that will make Element X work with my instance <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f91e.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--hand_with_index_and_middle_fingers_crossed" style="height:23px;width:auto;vertical-align:middle" title=":hand_with_index_and_middle_fingers_crossed:" alt="🤞" /></p>
]]></description><link>https://forum.cloudron.io/post/111641</link><guid isPermaLink="true">https://forum.cloudron.io/post/111641</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Fri, 15 Aug 2025 18:48:19 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Thu, 26 Jun 2025 02:04:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> Where is your code? Not an expert but I'm willing to take a look</p>
]]></description><link>https://forum.cloudron.io/post/109307</link><guid isPermaLink="true">https://forum.cloudron.io/post/109307</guid><dc:creator><![CDATA[andreasdueren]]></dc:creator><pubDate>Thu, 26 Jun 2025 02:04:28 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Mon, 14 Apr 2025 22:26:40 GMT]]></title><description><![CDATA[<p dir="auto">I believe I assembled a first version, but got stuck with OpenID auth on Cloudron side: <a href="https://forum.cloudron.io/topic/13648/openid-uri-configuration-issue-for-synapse-s-mas">https://forum.cloudron.io/topic/13648/openid-uri-configuration-issue-for-synapse-s-mas</a></p>
<p dir="auto">I would appreciate any help here - it would be beneficial for the work to be done by <a class="plugin-mentions-user plugin-mentions-a" href="/user/vladimir.d" aria-label="Profile: vladimir.d">@<bdi>vladimir.d</bdi></a> or whoever would be solving the same task.</p>
]]></description><link>https://forum.cloudron.io/post/105682</link><guid isPermaLink="true">https://forum.cloudron.io/post/105682</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Mon, 14 Apr 2025 22:26:40 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Fri, 11 Apr 2025 11:35:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/potemkin_ai" aria-label="Profile: potemkin_ai">@<bdi>potemkin_ai</bdi></a> yeah, we will implement this soon enough. we use matrix for company chat ourselves. <a href="http://matrix.org" target="_blank" rel="noopener noreferrer nofollow ugc">matrix.org</a> also switched to mas per <a href="https://matrix.org/blog/2025/04/matrix-auth-service/" target="_blank" rel="noopener noreferrer nofollow ugc">https://matrix.org/blog/2025/04/matrix-auth-service/</a> . matter of time <a class="plugin-mentions-user plugin-mentions-a" href="/user/vladimir.d" aria-label="Profile: vladimir.d">@<bdi>vladimir.d</bdi></a> gets to it</p>
]]></description><link>https://forum.cloudron.io/post/105552</link><guid isPermaLink="true">https://forum.cloudron.io/post/105552</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 11 Apr 2025 11:35:42 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Fri, 11 Apr 2025 11:29:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> thank you.</p>
<p dir="auto">I'm quite limited in time to make the transition, guess I will eject the Synapse service to run it separately then: from what I've read, a separate service required to do the MAS and as the works hasn't been started yet, I guess it will take quite some time to make it to the production on Cloudron (understandable to keep things stable).</p>
]]></description><link>https://forum.cloudron.io/post/105551</link><guid isPermaLink="true">https://forum.cloudron.io/post/105551</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Fri, 11 Apr 2025 11:29:16 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Fri, 11 Apr 2025 11:03:13 GMT]]></title><description><![CDATA[<p dir="auto"><a href="https://git.cloudron.io/packages/synapse-app" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/packages/synapse-app</a> is the package and MRs are welcome . (don't have an ETA myself)</p>
]]></description><link>https://forum.cloudron.io/post/105545</link><guid isPermaLink="true">https://forum.cloudron.io/post/105545</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 11 Apr 2025 11:03:13 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Thu, 10 Apr 2025 11:49:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vladimir.d" aria-label="Profile: vladimir.d">@<bdi>vladimir.d</bdi></a> , <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> , is there any possible estimate on that? Would you be open to accept any help on that?</p>
]]></description><link>https://forum.cloudron.io/post/105483</link><guid isPermaLink="true">https://forum.cloudron.io/post/105483</guid><dc:creator><![CDATA[potemkin_ai]]></dc:creator><pubDate>Thu, 10 Apr 2025 11:49:30 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Thu, 13 Mar 2025 15:38:29 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/101653">We need the Matrix Authentication Service (MAS)</a>:</p>
<blockquote>
<p dir="auto">It's in our internal task list, let's see when <a class="plugin-mentions-user plugin-mentions-a" href="/user/vladimir.d" aria-label="Profile: vladimir.d">@<bdi>vladimir.d</bdi></a> can get to it.</p>
</blockquote>
<p dir="auto">Great! Looking forward to it! <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f91e.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--hand_with_index_and_middle_fingers_crossed" style="height:23px;width:auto;vertical-align:middle" title=":hand_with_index_and_middle_fingers_crossed:" alt="🤞" /> <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title=":pray:" alt="🙏" /></p>
]]></description><link>https://forum.cloudron.io/post/103220</link><guid isPermaLink="true">https://forum.cloudron.io/post/103220</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Thu, 13 Mar 2025 15:38:29 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Wed, 12 Feb 2025 13:30:14 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> <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /> <a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> also attended the matrix talk in FOSDEM and they mentioned MAS is the way forward. It's in our internal task list, let's see when <a class="plugin-mentions-user plugin-mentions-a" href="/user/vladimir.d" aria-label="Profile: vladimir.d">@<bdi>vladimir.d</bdi></a> can get to it.</p>
]]></description><link>https://forum.cloudron.io/post/101653</link><guid isPermaLink="true">https://forum.cloudron.io/post/101653</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 12 Feb 2025 13:30:14 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Wed, 12 Feb 2025 13:29:07 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1739366942287-this-is-the-way-this-is-the-way-mandalorian.gif" alt="this-is-the-way-this-is-the-way-mandalorian.gif" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/101651</link><guid isPermaLink="true">https://forum.cloudron.io/post/101651</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Wed, 12 Feb 2025 13:29:07 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Wed, 12 Feb 2025 13:26: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/101635">We need the Matrix Authentication Service (MAS)</a>:</p>
<blockquote>
<p dir="auto">Do you happen to know any official announcement/note from the matrix team? Not sure why this is so obscure.</p>
</blockquote>
<p dir="auto">The best I can offer is a friend who works for Element who told me in a matrix chat:</p>
<blockquote>
<p dir="auto">"They should implement MAS in cloudron. This is the way forward."</p>
</blockquote>
]]></description><link>https://forum.cloudron.io/post/101649</link><guid isPermaLink="true">https://forum.cloudron.io/post/101649</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Wed, 12 Feb 2025 13:26:13 GMT</pubDate></item><item><title><![CDATA[Reply to We need the Matrix Authentication Service (MAS) on Wed, 12 Feb 2025 09:56:19 GMT]]></title><description><![CDATA[<p dir="auto">I think the update at <a href="https://forum.cloudron.io/topic/12888/has-anyone-got-the-element-x-app-working-with-cloudron-matrix/8">https://forum.cloudron.io/topic/12888/has-anyone-got-the-element-x-app-working-with-cloudron-matrix/8</a> applies here. Do you happen to know any official announcement/note from the matrix team? Not sure why this is so obscure.</p>
]]></description><link>https://forum.cloudron.io/post/101635</link><guid isPermaLink="true">https://forum.cloudron.io/post/101635</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 12 Feb 2025 09:56:19 GMT</pubDate></item></channel></rss>