<?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[🚀 Lore Server: community package now available]]></title><description><![CDATA[<blockquote>
<p dir="auto"><strong>TL;DR:</strong> Lore is Epic Games' open-source version control system for very large binary assets, the kind that make Git and Git LFS fall over. It gives artists and build pipelines fast, deduplicated, content-addressed versioning for multi-gigabyte files. Now packaged for Cloudron and ready to install. Built and tested on Cloudron 9.x; unofficial and community-maintained.</p>
</blockquote>
<p dir="auto"><img src="/assets/uploads/files/1785863206597-01-lead-repository-at-a-glance-resized.png" alt="01-lead-repository-at-a-glance.png" class=" img-fluid img-markdown" /></p>
<h3><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/2728.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--sparkles" style="height:23px;width:auto;vertical-align:middle" title="✨" alt="✨" /> Headline features</h3>
<ul>
<li>Content-addressed storage with BLAKE3 hashing and Zstandard compression, so identical files are stored once no matter how many places they appear. On the test corpus above, three copies of the same 4 MB file cost 3.8 MiB in total, not 11.4 MiB.</li>
<li>Sub-file chunking that makes small edits to huge files cheap: changing one byte in an 8 MB file added 144 KiB to the server, not 8 MB.</li>
<li>Handles the formats studios actually ship, verified on this package across 23 of them including AV1, VVC/H.266, JPEG XL, AVIF, EXR, ProRes, Opus, FLAC and 16-bit PNG.</li>
<li>A real, publicly trusted TLS certificate on the data plane, issued and renewed by Cloudron, so clients connect with no certificate wrangling at either end.</li>
<li>Written in Rust, MIT licensed, and driven by a single static client binary.</li>
</ul>
<h3>Links</h3>
<ul>
<li><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3e0.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--house" style="height:23px;width:auto;vertical-align:middle" title="🏠" alt="🏠" /> Project homepage: <a href="https://epicgames.github.io/lore/" target="_blank" rel="noopener noreferrer nofollow ugc">https://epicgames.github.io/lore/</a></li>
<li><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title="📦" alt="📦" /> Upstream repo: <a href="https://github.com/EpicGames/lore" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/EpicGames/lore</a></li>
<li>🧱 Cloudron package repo: <a href="https://github.com/OrcVole/lore-cloudron" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/OrcVole/lore-cloudron</a></li>
</ul>
<p dir="auto">There is no demo, and no web interface to show: Lore is driven entirely by the <code>lore</code> command-line client, so the dashboard's Open button returns a 404 by design. Upstream has committed to a web client in 2027, with a VS Code plugin in progress before that.</p>
<h3><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e5.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--inbox_tray" style="height:23px;width:auto;vertical-align:middle" title="📥" alt="📥" /> How to install</h3>
<p dir="auto">The easiest route is the dashboard. Click the <strong>Add custom app</strong> dropdown at the top right of the App Store, choose <strong>Community app</strong>, and paste this URL into the box that appears. Apps installed this way receive automatic updates.</p>
<p dir="auto"><img src="/assets/uploads/files/1782552307466-community-package.jpeg" alt="community-package.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1782552321764-cloudronversions.jpeg" alt="cloudronversions.jpeg" class=" img-fluid img-markdown" /></p>
<pre><code>https://raw.githubusercontent.com/OrcVole/lore-cloudron/main/CloudronVersions.json
</code></pre>
<p dir="auto">Or from the CLI:</p>
<pre><code class="language-bash">cloudron install \
  --versions-url https://raw.githubusercontent.com/OrcVole/lore-cloudron/main/CloudronVersions.json \
  --location lore.example.com
</code></pre>
<p dir="auto"><strong>Minimums:</strong> 2 GB RAM, addons <code>localstorage</code> and <code>tls</code>. It claims no extra subdomain, but it does publish port 41337 as both a TCP and a UDP port, which Cloudron opens on the host firewall for you.</p>
<p dir="auto"><strong>First run:</strong> there is no login. Lore's own JWT authentication is switched off in every configuration upstream ships, and this package does not invent credentials for you, so anything that can reach port 41337 can read and write. The post-install notes cover the two ways to close that, and recommend one.</p>
<h3><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f464.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--bust_in_silhouette" style="height:23px;width:auto;vertical-align:middle" title="👤" alt="👤" /> For users</h3>
<p dir="auto"><strong>Why try it:</strong> if you version game art, film assets, or anything else measured in gigabytes, you have probably watched Git LFS struggle. Lore is built for exactly that case.</p>
<p dir="auto">What you get: deduplicated storage across every repository on the server; cheap incremental commits on huge files; and a client that authenticates with a token rather than a browser, so build agents and scripts can drive it.</p>
<p dir="auto"><strong>Cloudron wins:</strong> automatic scheduled backups with one-click restore, a TLS certificate issued and renewed unattended for the data plane, the platform and base image patched centrally, and package updates delivered to every installation from one published version.</p>
<p dir="auto">Good fit if you have large binary assets and a team that already lives in a CLI. Probably not if you want a browser UI today, or if you need per-user permissions before the auth story matures.</p>
<h3>🧰 For packagers: what we learned</h3>
<p dir="auto"><strong>What helped</strong> — the <code>tls</code> addon does the whole job for an app that terminates its own TLS on a raw port; <code>localstorage</code> covered every store with no extra work; and publishing an <code>httpPort</code> for the health check alongside raw <code>tcpPorts</code> and <code>udpPorts</code> worked exactly as the GitLab and Minetest packages suggest.</p>
<p dir="auto"><strong>What was tricky</strong> — the release tarball ships the binary without an execute bit, which fails at start-up with a <code>Permission denied</code> that reads like a mount problem. The <code>tls</code> addon's private key is root-owned and unreadable by the unprivileged app user, so the material has to be copied and chowned at boot; we stage it into <code>/run</code> so keys never enter a backup. And the gRPC endpoint defaults to requiring client certificates, which does not stop the server starting, so the failure only shows up when a client tries to connect.</p>
<p dir="auto"><strong>Still rough</strong> — the client offers no <code>--ca-file</code> or equivalent, so a private CA has to go into the operating system trust store on every machine. Fine here, since Cloudron issues a real certificate, but worth knowing if you run an internal PKI.</p>
<h3><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6e0.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--hammer_and_wrench" style="height:23px;width:auto;vertical-align:middle" title="🛠" alt="🛠" />️ For the Cloudron team</h3>
<p dir="auto"><strong>Maintenance burden:</strong> thin. The package fetches a pinned release binary and checks it against a recorded SHA-256; a version bump is two fields and a rebuild. Upstream ships roughly monthly.</p>
<p dir="auto"><strong>Why it suits the App Store:</strong> MIT throughout, no database or cache addons, and it fills a gap nothing on the store covers. Large binary asset versioning has no other self-hosted answer that works at this size.</p>
<p dir="auto"><strong>Friction worth knowing:</strong> the <code>tls</code> addon's certificate and key are root-owned, and the documentation does not say so, which costs a debugging session for any app that runs unprivileged and terminates its own TLS. Group-readable material, or one sentence in the addon docs, would remove that entirely. Separately, an app with no web interface still gets an Open button, and there is no way to say "this app has nothing to open".</p>
<h3><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4bb.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--computer" style="height:23px;width:auto;vertical-align:middle" title="💻" alt="💻" /> For Lore's developers</h3>
<p dir="auto">Three small things that would help anyone packaging this:</p>
<ul>
<li>Set mode 0755 on the binaries inside the release archives, since the CLI archive has the same missing execute bit;</li>
<li>Enforce the <code>cert_chain</code> requirement at start-up on the public endpoints as the internal one already does, so a misconfiguration fails loudly instead of at connection time;</li>
<li>Consider answering <code>GET /</code> with a short informational response, because hosting platforms put a button next to every app and that button currently leads somewhere blank.</li>
</ul>
<p dir="auto">Package source and pull requests welcome: <a href="https://github.com/OrcVole/lore-cloudron" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/OrcVole/lore-cloudron</a>. Happy to co-maintain.</p>
<h3><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f513.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--unlock" style="height:23px;width:auto;vertical-align:middle" title="🔓" alt="🔓" /> Unlocks</h3>
<p dir="auto">You can now keep a studio's art source, cinematics and audio banks under real version control on your own Cloudron, with backups and TLS handled by the platform, instead of a shared drive and a naming convention.</p>
<h3><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f517.png?v=63dea4eef9f" class="not-responsive emoji emoji-android emoji--link" style="height:23px;width:auto;vertical-align:middle" title="🔗" alt="🔗" /> Synergies</h3>
<p dir="auto"><strong>Forgejo or Gitea + Lore:</strong> keep code in Git where it belongs and move the multi-gigabyte art, video and audio into Lore, which is built for exactly the files Git LFS handles badly. The two sit side by side on one Cloudron with no interaction needed.</p>
<p dir="auto"><strong>n8n or Windmill + Lore:</strong> the <code>lore</code> client supports non-interactive token login with no browser, so an automation flow can commit build output, publish a release branch, or mirror assets on a schedule.</p>
<p dir="auto"><strong>Minio or any S3 store + Lore:</strong> complementary rather than integrated. Lore handles versioned working assets; object storage handles published artefacts and distribution.</p>
<p dir="auto">Feedback, bug reports, and "works on my install" confirmations all welcome below.</p>
]]></description><link>https://forum.cloudron.io/topic/15784/lore-server-community-package-now-available</link><generator>RSS for Node</generator><lastBuildDate>Mon, 24 Aug 2026 03:44:39 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15784.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Aug 2026 17:09:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 🚀 Lore Server: community package now available on Sat, 08 Aug 2026 08:26:17 GMT]]></title><description><![CDATA[<p dir="auto">Yeah, we cannot track usage stats for <a href="http://ca.cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">ca.cloudron.io</a> as <a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said. But you should be able to track usage counts on your side (depending on how you are hosting your versions file).</p>
]]></description><link>https://forum.cloudron.io/post/127924</link><guid isPermaLink="true">https://forum.cloudron.io/post/127924</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 08 Aug 2026 08:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to 🚀 Lore Server: community package now available on Sat, 08 Aug 2026 02:27:53 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> nice, don't think <a href="http://ca.cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">ca.cloudron.io</a> can track use stats to see which are popular enough to promote to official?</p>
<p dir="auto">I've only packaged and shared three: netbird, aidevops, and buzz — managed to automate those updates now, just once a day, so trusting the app updates themselves to remain good, but using myself, so should notice any issues quickly.</p>
]]></description><link>https://forum.cloudron.io/post/127923</link><guid isPermaLink="true">https://forum.cloudron.io/post/127923</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Sat, 08 Aug 2026 02:27:53 GMT</pubDate></item><item><title><![CDATA[Reply to 🚀 Lore Server: community package now available on Thu, 06 Aug 2026 18:32:30 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> <a href="/post/127720">said</a>:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loudlemur" aria-label="Profile: LoudLemur">@<bdi>LoudLemur</bdi></a> Great work!</p>
<p dir="auto">Question: what's your routine for maintaining updates?</p>
</blockquote>
<p dir="auto">Thanks for asking, <a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a>!</p>
<p dir="auto">We setup a little program to check through our flotilla of applications and see which are behind the main ones. Looking at that just now, we are 5 behind. These are minor bumps. We will likely update them in a batch tomorrow.</p>
<p dir="auto">One or two we might treat differently. For example, if one of the maintainers has introduced themselves over here and makes a request, we would likely give that higher priority for an update. One of these packages is moving rapidly and has multiple bumps over a course of only two days. We will lag behind those a bit. Another one has no proper point releases and it is difficult to pin down when to update so we shall lag there, too.</p>
<p dir="auto">Generally, we are taking a conservative approach, trying to do well tested, hopefully reliable packages. We are still in a phase where we are refining our processes and working towards what will eventually be more automated updates for smaller updates. At the moment, it is quite manual.</p>
<p dir="auto">Having a lot of packages means there is more incentive to get the packaging right. Some of these applications, like Qdrant, we love. Our big hope is that eventually they might be absorbed into Cloudron's officially supported applications or even that the maintainers want to do it.</p>
]]></description><link>https://forum.cloudron.io/post/127838</link><guid isPermaLink="true">https://forum.cloudron.io/post/127838</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Thu, 06 Aug 2026 18:32:30 GMT</pubDate></item><item><title><![CDATA[Reply to 🚀 Lore Server: community package now available on Tue, 04 Aug 2026 21:48:09 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> Great work!</p>
<p dir="auto">Question: what's your routine for maintaining updates?</p>
]]></description><link>https://forum.cloudron.io/post/127720</link><guid isPermaLink="true">https://forum.cloudron.io/post/127720</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Tue, 04 Aug 2026 21:48:09 GMT</pubDate></item></channel></rss>