<?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[Flarum - next-generation forum]]></title><description><![CDATA[<p dir="auto"><a href="http://flarum.org/" target="_blank" rel="noopener noreferrer nofollow ugc">http://flarum.org/</a></p>
]]></description><link>https://forum.cloudron.io/topic/1206/flarum-next-generation-forum</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 04:49:51 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/1206.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Mar 2018 19:54:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Flarum - next-generation forum on Mon, 17 Mar 2025 18:10:57 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> we know: <a href="https://forum.cloudron.io/post/103375">https://forum.cloudron.io/post/103375</a></p>
]]></description><link>https://forum.cloudron.io/post/103517</link><guid isPermaLink="true">https://forum.cloudron.io/post/103517</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 17 Mar 2025 18:10:57 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Mon, 17 Mar 2025 11:01:56 GMT]]></title><description><![CDATA[<p dir="auto">There's a write up on how to install it using the LAMP app here - <a href="https://forum.cloudron.io/topic/13446/template-flarum-modern-fast-free-community-software">https://forum.cloudron.io/topic/13446/template-flarum-modern-fast-free-community-software</a></p>
]]></description><link>https://forum.cloudron.io/post/103464</link><guid isPermaLink="true">https://forum.cloudron.io/post/103464</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Mon, 17 Mar 2025 11:01:56 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Mon, 17 Mar 2025 11:19:47 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> ah, I didn't even look in admin, assumed it'd be a user level setting</p>
]]></description><link>https://forum.cloudron.io/post/103401</link><guid isPermaLink="true">https://forum.cloudron.io/post/103401</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 17 Mar 2025 11:19:47 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 16 Mar 2025 22:54:45 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> It seems it does, it's just not obvious in Settings.</p>
<p dir="auto">It's in the &gt; Administration &gt; Appearance menu</p>
<p dir="auto">or</p>
<pre><code>/admin#/appearance
</code></pre>
]]></description><link>https://forum.cloudron.io/post/103394</link><guid isPermaLink="true">https://forum.cloudron.io/post/103394</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 16 Mar 2025 22:54:45 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 16 Mar 2025 19:34:34 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> doesn't look like it. Perhaps via extensions.</p>
]]></description><link>https://forum.cloudron.io/post/103387</link><guid isPermaLink="true">https://forum.cloudron.io/post/103387</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Sun, 16 Mar 2025 19:34:34 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 16 Mar 2025 19:22:26 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> is there a dark mode?</p>
]]></description><link>https://forum.cloudron.io/post/103384</link><guid isPermaLink="true">https://forum.cloudron.io/post/103384</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 16 Mar 2025 19:22:26 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Mon, 17 Mar 2025 11:19:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simong" aria-label="Profile: simong">@<bdi>simong</bdi></a> said in <a href="/post/103375">Flarum - next-generation forum</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gog122" aria-label="Profile: gog122">@<bdi>gog122</bdi></a> Flarum works on Cloudron with the LAMP App out of the box.</p>
<ol>
<li>Install LAMP</li>
<li>open the Terminal and enter this command:</li>
</ol>
<pre><code>composer create-project --no-interaction flarum/flarum:^1.8.0 /app/data/flarum &amp;&amp; sed -i 's|/app/data/public|/app/data/flarum/public|g' /app/data/apache/app.conf &amp;&amp; cd /app/data/flarum &amp;&amp; composer require flarum/extension-manager:"*" &amp;&amp; (read -p "Admin-User: " username &amp;&amp; read -p "Admin-Password: " password &amp;&amp; read -p "Admin-Email: " email &amp;&amp; read -p "Forum-Name: " forum_title &amp;&amp; php -r "file_put_contents('flarum-config.json', json_encode(['debug' =&gt; false, 'baseUrl' =&gt; 'https://' . getenv('CLOUDRON_APP_DOMAIN'), 'databaseConfiguration' =&gt; ['driver' =&gt; 'mysql', 'host' =&gt; getenv('CLOUDRON_MYSQL_HOST'), 'port' =&gt; 3306, 'database' =&gt; getenv('CLOUDRON_MYSQL_DATABASE'), 'username' =&gt; getenv('CLOUDRON_MYSQL_USERNAME'), 'password' =&gt; getenv('CLOUDRON_MYSQL_PASSWORD'), 'prefix' =&gt; ''], 'adminUser' =&gt; ['username' =&gt; '$username', 'password' =&gt; '$password', 'email' =&gt; '$email'], 'settings' =&gt; ['forum_title' =&gt; '$forum_title', 'mail_driver' =&gt; 'smtp', 'mail_host' =&gt; getenv('CLOUDRON_MAIL_SMTP_SERVER'), 'mail_port' =&gt; getenv('CLOUDRON_MAIL_SMTP_PORT'), 'mail_encryption' =&gt; '', 'mail_username' =&gt; getenv('CLOUDRON_MAIL_SMTP_USERNAME'), 'mail_password' =&gt; getenv('CLOUDRON_MAIL_SMTP_PASSWORD'), 'mail_from' =&gt; getenv('CLOUDRON_MAIL_FROM')]], JSON_PRETTY_PRINT));" &amp;&amp; php flarum install --file=flarum-config.json &amp;&amp; sed -i -e "s/'host' =&gt; '.*'/'host' =&gt; getenv('CLOUDRON_MYSQL_HOST')/g" -e "s/'database' =&gt; '.*'/'database' =&gt; getenv('CLOUDRON_MYSQL_DATABASE')/g" -e "s/'username' =&gt; '.*'/'username' =&gt; getenv('CLOUDRON_MYSQL_USERNAME')/g" -e "s/'password' =&gt; '.*'/'password' =&gt; getenv('CLOUDRON_MYSQL_PASSWORD')/g" -e "s/'url' =&gt; '.*'/'url' =&gt; 'https:\/\/'.getenv('CLOUDRON_APP_DOMAIN')/g" config.php &amp;&amp; rm flarum-config.json)
</code></pre>
<ol start="3">
<li>restart the app and open the website</li>
</ol>
<p dir="auto">Updates can be done via the Extension Manager in the Admin UI.</p>
</blockquote>
<p dir="auto">Nice, thanks!</p>
<p dir="auto">Just for fun I thought I'd give that a try. It prompted me to set-up Admin user/ pw/ email and forum name, then I restarted and... it worked!</p>
<p dir="auto"><a href="https://flarum.uniteddiversity.coop" target="_blank" rel="noopener noreferrer nofollow ugc">https://flarum.uniteddiversity.coop</a></p>
<p dir="auto"><img src="/assets/uploads/files/1742120450735-675439d2-dcac-47f3-9edb-a64be95f9231-image-resized.png" alt="675439d2-dcac-47f3-9edb-a64be95f9231-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I was able to register as a new user and login and start a discussion:</p>
<p dir="auto"><img src="/assets/uploads/files/1742120672816-bf455975-3f46-4a7f-8c7d-f0c950ce4992-image-resized.png" alt="bf455975-3f46-4a7f-8c7d-f0c950ce4992-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I'll delete this soon, but good to know it's that easy if I ever/ want or need one!</p>
]]></description><link>https://forum.cloudron.io/post/103376</link><guid isPermaLink="true">https://forum.cloudron.io/post/103376</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 17 Mar 2025 11:19:31 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 16 Mar 2025 17:45:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/themeerkat" aria-label="Profile: TheMeerkat">@<bdi>TheMeerkat</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/gog122" aria-label="Profile: gog122">@<bdi>gog122</bdi></a> Flarum works on Cloudron with the LAMP App out of the box:</p>
<p dir="auto"><a href="https://forum.cloudron.io/topic/13446/template-flarum-modern-fast-free-community-software">https://forum.cloudron.io/topic/13446/template-flarum-modern-fast-free-community-software</a></p>
]]></description><link>https://forum.cloudron.io/post/103375</link><guid isPermaLink="true">https://forum.cloudron.io/post/103375</guid><dc:creator><![CDATA[simong]]></dc:creator><pubDate>Sun, 16 Mar 2025 17:45:29 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Tue, 18 Feb 2025 08:17:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/themeerkat" aria-label="Profile: TheMeerkat">@<bdi>TheMeerkat</bdi></a> You can do much more than that!</p>
<p dir="auto">From sponsoring the packaging, having someone else package it, to getting it started by packaging it yourself.. there is a wide spectrum of options to moving the ball forward. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=a3d9da63442" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /></p>
]]></description><link>https://forum.cloudron.io/post/101909</link><guid isPermaLink="true">https://forum.cloudron.io/post/101909</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 18 Feb 2025 08:17:17 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 16 Feb 2025 21:47:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gog122" aria-label="Profile: gog122">@<bdi>gog122</bdi></a> said in <a href="/post/101534">Flarum - next-generation forum</a>:</p>
<blockquote>
<p dir="auto">So will Flarum be added ?</p>
</blockquote>
<p dir="auto">All you can do is upvote, express your interest, and pray to the Cloudron gods. <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f63a.png?v=a3d9da63442" class="not-responsive emoji emoji-android emoji--smiley_cat" style="height:23px;width:auto;vertical-align:middle" title="😺" alt="😺" /></p>
]]></description><link>https://forum.cloudron.io/post/101825</link><guid isPermaLink="true">https://forum.cloudron.io/post/101825</guid><dc:creator><![CDATA[TheMeerkat]]></dc:creator><pubDate>Sun, 16 Feb 2025 21:47:49 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Mon, 10 Feb 2025 13:20:08 GMT]]></title><description><![CDATA[<p dir="auto">So will Flarum be added ?</p>
]]></description><link>https://forum.cloudron.io/post/101534</link><guid isPermaLink="true">https://forum.cloudron.io/post/101534</guid><dc:creator><![CDATA[gog122]]></dc:creator><pubDate>Mon, 10 Feb 2025 13:20:08 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 15 Dec 2024 03:26:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/timconsidine" aria-label="Profile: timconsidine">@<bdi>timconsidine</bdi></a> I did, yes.</p>
]]></description><link>https://forum.cloudron.io/post/98239</link><guid isPermaLink="true">https://forum.cloudron.io/post/98239</guid><dc:creator><![CDATA[TheMeerkat]]></dc:creator><pubDate>Sun, 15 Dec 2024 03:26:35 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Thu, 12 Dec 2024 07:48:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/themeerkat" aria-label="Profile: TheMeerkat">@<bdi>TheMeerkat</bdi></a> did you  upvote ?</p>
]]></description><link>https://forum.cloudron.io/post/98127</link><guid isPermaLink="true">https://forum.cloudron.io/post/98127</guid><dc:creator><![CDATA[timconsidine]]></dc:creator><pubDate>Thu, 12 Dec 2024 07:48:28 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Thu, 12 Dec 2024 02:02:25 GMT]]></title><description><![CDATA[<p dir="auto">I would definitely like to advocate for Flarum's inclusion as well. For me, it fits a use case I don't think anything else included on Cloudron does.</p>
]]></description><link>https://forum.cloudron.io/post/98124</link><guid isPermaLink="true">https://forum.cloudron.io/post/98124</guid><dc:creator><![CDATA[TheMeerkat]]></dc:creator><pubDate>Thu, 12 Dec 2024 02:02:25 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Thu, 28 Nov 2024 00:48:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loudlemur" aria-label="Profile: LoudLemur">@<bdi>LoudLemur</bdi></a> From what I've seen, I think NodeBB, Discourse, and Flarum are all brilliant for their own reasons — so we live in amazing times to have all these options.</p>
<p dir="auto">I think it always comes down to what features are important to the Admins.</p>
<p dir="auto">Thankfully NodeBB is still super simple, and created a thriving Cloudron community there.</p>
<p dir="auto">Flarum I think is also amazing, very aesthetically pleasing, and I'll always have a soft-spot for php-based apps.</p>
<p dir="auto">TBH, if I were choosing for my own use, I think it would be difficult to beat Discourse for features and maturity, but Flarum certainly has a few things the other's don't, especially some of the nice looking plugins for things like Subscriptions and Private forum areas, which I haven't seen in NodeBB.</p>
]]></description><link>https://forum.cloudron.io/post/97452</link><guid isPermaLink="true">https://forum.cloudron.io/post/97452</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Thu, 28 Nov 2024 00:48:38 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Wed, 27 Nov 2024 14:12:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/97393">Flarum - next-generation forum</a>:</p>
<blockquote>
<p dir="auto">Perhaps. I don't know that anyone would want to go through migrating the Cloudron forum, as it works well enough, but I can see for new setups Flarum looks like a mature and considered platform, and likely will attract more Cloudron subscribers for having it.</p>
</blockquote>
<p dir="auto"><img src="/assets/uploads/files/1732716751831-brave_gjz5kspp1m-resized.png" alt="brave_gJZ5kspP1m.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/97435</link><guid isPermaLink="true">https://forum.cloudron.io/post/97435</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Wed, 27 Nov 2024 14:12:33 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Wed, 27 Nov 2024 01:59:05 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty Perhaps. I don't know that anyone would want to go through migrating the Cloudron forum, as it works well enough, but I can see for new setups Flarum looks like a mature and considered platform, and likely will attract more Cloudron subscribers for having it.</p>
]]></description><link>https://forum.cloudron.io/post/97393</link><guid isPermaLink="true">https://forum.cloudron.io/post/97393</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Wed, 27 Nov 2024 01:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Tue, 26 Nov 2024 23:55:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> I bet having the forum, ticketing, and knowledgebase all under one roof would streamline things for the staff. Asking folks to email support@ and then following up on the resolution is a time waster for everyone.</p>
]]></description><link>https://forum.cloudron.io/post/97392</link><guid isPermaLink="true">https://forum.cloudron.io/post/97392</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Tue, 26 Nov 2024 23:55:23 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Tue, 26 Nov 2024 23:51:54 GMT]]></title><description><![CDATA[<p dir="auto">Could be easier to manage, being php, too.</p>
]]></description><link>https://forum.cloudron.io/post/97391</link><guid isPermaLink="true">https://forum.cloudron.io/post/97391</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Tue, 26 Nov 2024 23:51:54 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Tue, 26 Nov 2024 20:23:37 GMT]]></title><description><![CDATA[<p dir="auto">Just revisited Flarum - really is a nice forum to use, with some interesting extensions:</p>
<ul>
<li><a href="https://flarum.org/scenario/flarum-as-helpdesk" target="_blank" rel="noopener noreferrer nofollow ugc">https://flarum.org/scenario/flarum-as-helpdesk</a></li>
<li><a href="https://flarum.org/scenario/flarum-as-influencer-community" target="_blank" rel="noopener noreferrer nofollow ugc">https://flarum.org/scenario/flarum-as-influencer-community</a></li>
<li><a href="https://flarum.org/scenario/flarum-as-web3-community" target="_blank" rel="noopener noreferrer nofollow ugc">https://flarum.org/scenario/flarum-as-web3-community</a></li>
<li><a href="https://flarum.org/extensions?tableSortColumn=downloads&amp;tableSortDirection=desc" target="_blank" rel="noopener noreferrer nofollow ugc">https://flarum.org/extensions?tableSortColumn=downloads&amp;tableSortDirection=desc</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/97383</link><guid isPermaLink="true">https://forum.cloudron.io/post/97383</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Tue, 26 Nov 2024 20:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Wed, 12 Jun 2024 22:40:05 GMT]]></title><description><![CDATA[<p dir="auto">Still a great forum..</p>
]]></description><link>https://forum.cloudron.io/post/89774</link><guid isPermaLink="true">https://forum.cloudron.io/post/89774</guid><dc:creator><![CDATA[eddowding]]></dc:creator><pubDate>Wed, 12 Jun 2024 22:40:05 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 24 Apr 2022 16:04:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> Thanks. Here is the Mithril examples page:</p>
<p dir="auto"><a href="https://mithril.js.org/examples.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://mithril.js.org/examples.html</a></p>
]]></description><link>https://forum.cloudron.io/post/46552</link><guid isPermaLink="true">https://forum.cloudron.io/post/46552</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Sun, 24 Apr 2022 16:04:42 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Sun, 24 Apr 2022 14:42:00 GMT]]></title><description><![CDATA[<p dir="auto">The main repo:</p>
<ul>
<li><a href="https://github.com/flarum/framework" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/flarum/framework</a></li>
</ul>
<p dir="auto">Flarum with Docker:</p>
<ul>
<li><a href="https://discuss.flarum.org/d/22011-flarum-on-docker" target="_blank" rel="noopener noreferrer nofollow ugc">https://discuss.flarum.org/d/22011-flarum-on-docker</a></li>
<li><a href="https://github.com/mondediefr/docker-flarum" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/mondediefr/docker-flarum</a></li>
<li><a href="https://github.com/flarumite/flarum-docker" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/flarumite/flarum-docker</a></li>
</ul>
<p dir="auto">Also, the <strong>Mithril</strong> JavaScript framework they are using looks super slick:</p>
<ul>
<li><a href="https://mithril.js.org/" target="_blank" rel="noopener noreferrer nofollow ugc">https://mithril.js.org/</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/46550</link><guid isPermaLink="true">https://forum.cloudron.io/post/46550</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Sun, 24 Apr 2022 14:42:00 GMT</pubDate></item><item><title><![CDATA[Reply to Flarum - next-generation forum on Fri, 22 Apr 2022 15:20:18 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> Haha! This is very funny! Sorry about that. I am trying to do too much too quickly.</p>
<p dir="auto">I knew flarum, but never saw it look so beautiful.</p>
]]></description><link>https://forum.cloudron.io/post/46468</link><guid isPermaLink="true">https://forum.cloudron.io/post/46468</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Fri, 22 Apr 2022 15:20:18 GMT</pubDate></item></channel></rss>