<?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[Configuring Minio for several use cases]]></title><description><![CDATA[<p dir="auto">I noticed that the minio config is pretty static in the Cloudron package.</p>
<ul>
<li>This could be improved by linking the <a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a> to /app/data (so we can make changes)</li>
<li>Several example configs could be provided which can be swapped out for various use cases (only one install needed)</li>
<li>A new config UI could be adapted from OpenVPN</li>
<li>It could be used to front backups to S3 providers in <a href="https://docs.minio.io/docs/minio-gateway-for-s3.html" target="_blank" rel="noopener noreferrer nofollow ugc">gateway mode</a> (this is what I'd like to do now + a super cool hack that I'm working on <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f638.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--smile_cat" style="height:23px;width:auto;vertical-align:middle" title=":smile_cat:" alt="😸" /> )</li>
<li>Disk caching is possible using this method</li>
<li>Integrates with <a href="https://docs.minio.io/docs/rclone-with-minio-server.html" target="_blank" rel="noopener noreferrer nofollow ugc">Rclone</a></li>
<li>Encrypt it with <a href="https://docs.minio.io/docs/generate-let-s-encypt-certificate-using-concert-for-minio.html" target="_blank" rel="noopener noreferrer nofollow ugc">certs</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/topic/3288/configuring-minio-for-several-use-cases</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 17:04:37 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3288.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 Oct 2020 07:07:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Configuring Minio for several use cases on Sun, 04 Oct 2020 02:57:47 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/14529">Configuring Minio for several use cases</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> said in <a href="/post/14488">Configuring Minio for several use cases</a>:</p>
<blockquote>
<p dir="auto">Several example configs could be provided which can be swapped out for various use cases (only one install needed)<br />
A new config UI could be adapted from OpenVPN</p>
</blockquote>
<p dir="auto">Ideally, all this should come from the upstream app (given that it already has a UI). Maybe we can open up a feature request there? I am not sure why their admin ui is so "ignored".</p>
</blockquote>
<p dir="auto">The UI is just a browser, and not a configuration system ;-/</p>
<p dir="auto">We just need to manage our own CLI configs.</p>
<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/14532">Configuring Minio for several use cases</a>:</p>
<blockquote>
<p dir="auto">I pushed changes to allow custom config in new minio release.</p>
</blockquote>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.cloudron.io/post/14543</link><guid isPermaLink="true">https://forum.cloudron.io/post/14543</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 04 Oct 2020 02:57:47 GMT</pubDate></item><item><title><![CDATA[Reply to Configuring Minio for several use cases on Sat, 03 Oct 2020 20:20:52 GMT]]></title><description><![CDATA[<p dir="auto">I pushed changes to allow custom config in new minio release.</p>
]]></description><link>https://forum.cloudron.io/post/14532</link><guid isPermaLink="true">https://forum.cloudron.io/post/14532</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 03 Oct 2020 20:20:52 GMT</pubDate></item><item><title><![CDATA[Reply to Configuring Minio for several use cases on Sat, 03 Oct 2020 20:06: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> said in <a href="/post/14488">Configuring Minio for several use cases</a>:</p>
<blockquote>
<p dir="auto">Several example configs could be provided which can be swapped out for various use cases (only one install needed)<br />
A new config UI could be adapted from OpenVPN</p>
</blockquote>
<p dir="auto">Ideally, all this should come from the upstream app (given that it already has a UI). Maybe we can open up a feature request there? I am not sure why their admin ui is so "ignored".</p>
]]></description><link>https://forum.cloudron.io/post/14529</link><guid isPermaLink="true">https://forum.cloudron.io/post/14529</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 03 Oct 2020 20:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to Configuring Minio for several use cases on Sat, 03 Oct 2020 19:59:38 GMT]]></title><description><![CDATA[<p dir="auto">minio moved entirely an environment variable based configuration approach and the config.json is deprecated - <a href="https://docs.minio.io/docs/minio-server-configuration-guide.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.minio.io/docs/minio-server-configuration-guide.html</a> . So, looks like if we fix the package to <code>source /app/data/env.sh</code> , that's a good start. And then we need the server/gateway CLI configurable as well.</p>
]]></description><link>https://forum.cloudron.io/post/14528</link><guid isPermaLink="true">https://forum.cloudron.io/post/14528</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 03 Oct 2020 19:59:38 GMT</pubDate></item></channel></rss>