<?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[extra dependencies for indexing files on mattermost]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">from <a href="https://mattermost.com/blog/file-search/" target="_blank" rel="noopener noreferrer nofollow ugc">https://mattermost.com/blog/file-search/</a></p>
<blockquote>
<p dir="auto">For Mattermost Self-Managed workspaces, search results will return files with matching contents for .pdf, .pptx, .odt, .html, and plain text documents. System Admins can install <a href="https://github.com/sajari/docconv#dependencies" target="_blank" rel="noopener noreferrer nofollow ugc">these dependencies</a> in order to enable searching contents of .docx, .rtf, and .pages files.</p>
</blockquote>
<p dir="auto">The dependencies are:</p>
<ol>
<li>tidy</li>
<li>wv</li>
<li>popplerutils</li>
<li>nrtf</li>
<li><a href="https://github.com/JalfResi/justext" target="_blank" rel="noopener noreferrer nofollow ugc">justext</a></li>
</ol>
<p dir="auto">Any chance we can have them included in the app?</p>
<p dir="auto">Should i submit a merge request?</p>
]]></description><link>https://forum.cloudron.io/topic/9620/extra-dependencies-for-indexing-files-on-mattermost</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 23:48:32 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9620.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Jul 2023 20:42:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to extra dependencies for indexing files on mattermost on Fri, 14 Jul 2023 21:48:29 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> thank you! it is working as expected from my end.</p>
]]></description><link>https://forum.cloudron.io/post/70226</link><guid isPermaLink="true">https://forum.cloudron.io/post/70226</guid><dc:creator><![CDATA[c0decafe]]></dc:creator><pubDate>Fri, 14 Jul 2023 21:48:29 GMT</pubDate></item><item><title><![CDATA[Reply to extra dependencies for indexing files on mattermost on Thu, 13 Jul 2023 13:56:06 GMT]]></title><description><![CDATA[<p dir="auto">I've release a new package version now with those dependencies installed. Haven't tested if they work as expected though, feedback on this would be much appreciated.</p>
]]></description><link>https://forum.cloudron.io/post/70171</link><guid isPermaLink="true">https://forum.cloudron.io/post/70171</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 13 Jul 2023 13:56:06 GMT</pubDate></item><item><title><![CDATA[Reply to extra dependencies for indexing files on mattermost on Thu, 13 Jul 2023 13:41:59 GMT]]></title><description><![CDATA[<p dir="auto">Nice thanks, I have manually put those there with <a href="https://git.cloudron.io/cloudron/mattermost-app/-/commit/e42bb26f5ca9126045c7e529d032aa45627cf42e" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/mattermost-app/-/commit/e42bb26f5ca9126045c7e529d032aa45627cf42e</a> and will prepare a package update then.</p>
]]></description><link>https://forum.cloudron.io/post/70166</link><guid isPermaLink="true">https://forum.cloudron.io/post/70166</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 13 Jul 2023 13:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to extra dependencies for indexing files on mattermost on Thu, 13 Jul 2023 13:27:22 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> i don't seem to have access to the fork the repo on <a href="http://git.cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">git.cloudron.io</a></p>
<p dir="auto">patch below:</p>
<pre><code class="language-patch">From 65c731c4a7734172fd9798cbe86905f8ec2a71d7 Mon Sep 17 00:00:00 2001
From: c0decafe &lt;ports@c0decafe.net&gt;
Date: Thu, 13 Jul 2023 13:23:18 +0000
Subject: [PATCH] add dependencies

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 38cb4ac..df94e02 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,7 @@
 FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df
 
+RUN apt update &amp;&amp; apt install -y poppler-utils wv unrtf tidy
+
 RUN mkdir -p /app/code /app/pkg
 WORKDIR /app/code
 
-- 
2.41.0

</code></pre>
]]></description><link>https://forum.cloudron.io/post/70165</link><guid isPermaLink="true">https://forum.cloudron.io/post/70165</guid><dc:creator><![CDATA[c0decafe]]></dc:creator><pubDate>Thu, 13 Jul 2023 13:27:22 GMT</pubDate></item><item><title><![CDATA[Reply to extra dependencies for indexing files on mattermost on Thu, 13 Jul 2023 02:32:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/c0decafe" aria-label="Profile: c0decafe">@<bdi>c0decafe</bdi></a> said in <a href="/post/70112">extra dependencies for indexing files on mattermost</a>:</p>
<blockquote>
<p dir="auto">Should i submit a merge request?</p>
</blockquote>
<p dir="auto">yes, please.</p>
]]></description><link>https://forum.cloudron.io/post/70128</link><guid isPermaLink="true">https://forum.cloudron.io/post/70128</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 13 Jul 2023 02:32:11 GMT</pubDate></item></channel></rss>