Add a section on how to properly use Obtainium with my Gitea server.

This commit is contained in:
2025-07-20 16:22:26 -07:00
parent d809533280
commit efbc9fc6db

View File

@@ -207,6 +207,28 @@
</div> </div>
</div> </div>
<div class="row" id="obtainium">
<h4 class="col-12 header">Obtainium Configuration</h4>
</div>
<div class="row text">
<div class="col-12 text">
<p>
In order to have the correct version numbers in Obtainium:
</p>
<ul>
<li>Enable <i>"Sort by only the last segment of the link"</i>.</li>
<li>
Set the <i>"Version string extraction RegEx"</i> field to:
<code>[0-9\.]+[0-9]+</code>
</li>
</ul>
<p>
Otherwise, <i>"Take first link"</i> works with pseudo versions.
</p>
</div>
</div>
<div class="row" id="other"> <div class="row" id="other">
<h3 class="col-12 header">Other Programs</h3> <h3 class="col-12 header">Other Programs</h3>
</div> </div>