<?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[Ability to manage autojoin rooms]]></title><description><![CDATA[<p dir="auto">I want my users to autojoin some rooms. Sadly the option is <a href="https://git.cloudron.io/cloudron/synapse-app/-/blob/master/start.sh#L33" target="_blank" rel="noopener noreferrer nofollow ugc">hardcored through the startscript</a>.</p>
<p dir="auto">Is there any chance to make this work? Maybe with a second yaml configuration file?</p>
]]></description><link>https://forum.cloudron.io/topic/4270/ability-to-manage-autojoin-rooms</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 01:37:17 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/4270.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Jan 2021 17:44:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ability to manage autojoin rooms on Mon, 25 Jan 2021 12:38:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msbt" aria-label="Profile: msbt">@<bdi>msbt</bdi></a> hmm you are right and I was wrong! <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f613.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--sweat" style="height:23px;width:auto;vertical-align:middle" title=":sweat:" alt="😓" /> I'll test if it works and report back <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">EDIT: Okay it works but only for new accounts (at first login with LDAP or local accounts).<br />
The part in my homeserver.yaml looks like this:</p>
<pre><code>auto_join_rooms:
- '#discuss:yourdomain.com'
- '#feedback:yourdomain.com'
- '#help:yourdomain.com'
- '#info:yourdomain.com'
</code></pre>
]]></description><link>https://forum.cloudron.io/post/23985</link><guid isPermaLink="true">https://forum.cloudron.io/post/23985</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Mon, 25 Jan 2021 12:38:46 GMT</pubDate></item><item><title><![CDATA[Reply to Ability to manage autojoin rooms on Mon, 25 Jan 2021 11:54:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> that's not supposed to happen, that portion of the <a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a> script should only run when there's no homeserver.yaml (<code>if [[ ! -f /app/data/configs/homeserver.yaml ]]; then</code>)</p>
]]></description><link>https://forum.cloudron.io/post/23981</link><guid isPermaLink="true">https://forum.cloudron.io/post/23981</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Mon, 25 Jan 2021 11:54:00 GMT</pubDate></item><item><title><![CDATA[Reply to Ability to manage autojoin rooms on Mon, 25 Jan 2021 11:48:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msbt" aria-label="Profile: msbt">@<bdi>msbt</bdi></a> guess what happens if you restart the container afterwards <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=fed68e33a46" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /> The startscript overwrites the changes and you're left with #discuss only again.</p>
]]></description><link>https://forum.cloudron.io/post/23980</link><guid isPermaLink="true">https://forum.cloudron.io/post/23980</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Mon, 25 Jan 2021 11:48:58 GMT</pubDate></item><item><title><![CDATA[Reply to Ability to manage autojoin rooms on Sun, 24 Jan 2021 21:42:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> this is only for the default #discuss channel, you can edit the homeserver.yaml to include your own channels in there</p>
]]></description><link>https://forum.cloudron.io/post/23964</link><guid isPermaLink="true">https://forum.cloudron.io/post/23964</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Sun, 24 Jan 2021 21:42:37 GMT</pubDate></item></channel></rss>