<?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[support &quot;featured&quot; nextcloud apps]]></title><description><![CDATA[<p dir="auto">The official cloudron demo warns here to not install nextcloud apps. <a href="https://docs.cloudron.io/apps/nextcloud/#email" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/nextcloud/#email</a></p>
<p dir="auto">This is kind of fine for Rainloop etc. which are integrated (with differing perfection) into cloudron itself anyway.</p>
<p dir="auto">But.. the Nextcloud Mail App has the label "Featured" and I think cloudron should think about supporting these featured apps.<br />
<img src="/assets/uploads/files/1663069809981-3399a6e9-b4b2-4d96-a925-779180229a83-image-resized.png" alt="3399a6e9-b4b2-4d96-a925-779180229a83-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If it is too much hassle to suppurt <em>all</em> featured apps, I am most interested in the Nextcloud Mail app. The reason is, that not that many cloudron admins will host mail accounts on their cloudron servers and only in this configuration an almost seemless integration into cloudron is possible. All external mail needs to be manually configured in some ways before first use and my experience is, that most users are fine with this. For them it's more important, that the integration itself (after the first setup) is good, an as most users spend their time in nextcloud nowadays, it appears, it's much more natural for them to have the mailclient inside nextcloud as well (although the UI is, IMO, a crime).</p>
]]></description><link>https://forum.cloudron.io/topic/7663/support-featured-nextcloud-apps</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 19:18:56 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/7663.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 13 Sep 2022 11:52:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 15:00:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/perler" aria-label="Profile: perler">@<bdi>perler</bdi></a> said in <a href="/post/53346">support "featured" nextcloud apps</a>:</p>
<blockquote>
<p dir="auto">I think as <a class="plugin-mentions-user plugin-mentions-a" href="/user/wisemetalhead" aria-label="Profile: WiseMetalhead">@<bdi>WiseMetalhead</bdi></a> that these featured apps are fairly stable</p>
</blockquote>
<p dir="auto">In fact, I've been using a fairly large set of apps (Music, Notes, Tasks, Calendar, Forms, etc.) for about a year now, but haven't experienced any problems, including major updates. But it's worth mentioning that all of this is far from a statistic, and maybe I'm just lucky <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=13d69e59554" 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/53351</link><guid isPermaLink="true">https://forum.cloudron.io/post/53351</guid><dc:creator><![CDATA[WiseMetalhead]]></dc:creator><pubDate>Tue, 13 Sep 2022 15:00:55 GMT</pubDate></item><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 14:39:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/perler" aria-label="Profile: perler">@<bdi>perler</bdi></a> correct we hardly ever patch app code as such in our packaging, so if you trust Nextcloud with their featured label, then you should be good to go actually.</p>
]]></description><link>https://forum.cloudron.io/post/53349</link><guid isPermaLink="true">https://forum.cloudron.io/post/53349</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 13 Sep 2022 14:39:18 GMT</pubDate></item><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 13:52:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> ok, I am an admin and wouldn't want to inject my limited hacking skills into your code <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=13d69e59554" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /> - but, as the test just seems to access the nextcloud app URL it would help if you could add ../apps/mail/box/priority as a test to see that nothing crashes and we would risk to roll this out into production (I think as <a class="plugin-mentions-user plugin-mentions-a" href="/user/wisemetalhead" aria-label="Profile: WiseMetalhead">@<bdi>WiseMetalhead</bdi></a> that these featured apps are fairly stable and you don't do too much to the nextcloud code in your repo, do you?)</p>
]]></description><link>https://forum.cloudron.io/post/53346</link><guid isPermaLink="true">https://forum.cloudron.io/post/53346</guid><dc:creator><![CDATA[perler]]></dc:creator><pubDate>Tue, 13 Sep 2022 13:52:09 GMT</pubDate></item><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 13:44:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/perler" aria-label="Profile: perler">@<bdi>perler</bdi></a> the current one at least tests the contacts plugin. We are happy to accept improvements for other Nextcloud apps/plugins in that e2e test: <a href="https://git.cloudron.io/cloudron/nextcloud-app/-/blob/master/test/test.js" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/nextcloud-app/-/blob/master/test/test.js</a></p>
<p dir="auto">Generally though this should really be done upstream, but as far as our experience is, that is not much happening there. Please note that we can't support the apps itself, only the Cloudron as a platform to run these.</p>
]]></description><link>https://forum.cloudron.io/post/53343</link><guid isPermaLink="true">https://forum.cloudron.io/post/53343</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 13 Sep 2022 13:44:31 GMT</pubDate></item><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 13:19:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> ok and thanks for the clarifications. Everything was quite my understanding of the situation and the reason for the feature request. As email is such an important part of an integrated solution, mayby you can support (and test pre-release) the nextcloud mail app as you test the other mailapps integrated into cloudron itself?</p>
<p dir="auto">Basically make it a "supported cloudron app".</p>
]]></description><link>https://forum.cloudron.io/post/53335</link><guid isPermaLink="true">https://forum.cloudron.io/post/53335</guid><dc:creator><![CDATA[perler]]></dc:creator><pubDate>Tue, 13 Sep 2022 13:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 13:16:02 GMT]]></title><description><![CDATA[<p dir="auto">To clarify here, Nextcloud uses the terminology "apps" for what are essentially plugins or extensions in most other apps. We do not recommend plugins in most apps, as too often those break the core application if the programming interfaces for those are not stable and well maintained (which is often a non-trivial programming task) Since upstream developers mostly don't test such plugins (or as nextcloud calls them apps) they break unexpectedly during updates. We from the Cloudron team cannot possibly test all those variations with plugins in all the apps, so we mostly only test the core upstream apps itself.</p>
<p dir="auto">The "Featured" label in Nextcloud is just some Nextcloud label and may act as some quality indicator from Nextcloud side.</p>
<p dir="auto">The warning in the docs was also only put there, since based on our experience those often cause downtime and break apps during updates. Of course each and every plugin is of different quality and some are very actively maintained, while others are unmaintained.</p>
]]></description><link>https://forum.cloudron.io/post/53334</link><guid isPermaLink="true">https://forum.cloudron.io/post/53334</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 13 Sep 2022 13:16:02 GMT</pubDate></item><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 12:56:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wisemetalhead" aria-label="Profile: WiseMetalhead">@<bdi>WiseMetalhead</bdi></a> Says who?</p>
]]></description><link>https://forum.cloudron.io/post/53333</link><guid isPermaLink="true">https://forum.cloudron.io/post/53333</guid><dc:creator><![CDATA[perler]]></dc:creator><pubDate>Tue, 13 Sep 2022 12:56:16 GMT</pubDate></item><item><title><![CDATA[Reply to support &quot;featured&quot; nextcloud apps on Tue, 13 Sep 2022 12:36:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/perler" aria-label="Profile: perler">@<bdi>perler</bdi></a> Actually, you can use most of the featured apps without any problem, including Nextcloud Mail app.</p>
]]></description><link>https://forum.cloudron.io/post/53332</link><guid isPermaLink="true">https://forum.cloudron.io/post/53332</guid><dc:creator><![CDATA[WiseMetalhead]]></dc:creator><pubDate>Tue, 13 Sep 2022 12:36:05 GMT</pubDate></item></channel></rss>