Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8f974bb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Sep 26, 2023
1 parent e2d02f9 commit 24ec6a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/advanced-setups.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ <h1>Advanced Setups</h1>
<li><a href="#with-yunohost-free">With Yunohost (Free)</a></li>
<li><a href="#with-cloudron-paid">With Cloudron (Paid)</a></li>
<li><a href="#with-alwaysdata-paid">With alwaysdata (Paid)</a></li>
<li><a href="#with-kubernetes-free">With Kubernetes (Free)</a></li>
</ul>
</li>
<li><a href="#implementing-object-storage">Implementing Object Storage</a><ul>
Expand Down Expand Up @@ -280,6 +281,10 @@ <h3 id="with-alwaysdata-paid"><a class="toclink" href="#with-alwaysdata-paid">Wi
<p>alwaysdata.com is a modern hosting platform allowing you to host all your services in one place: files, emails, sites, media, databases, workers, etc.</p>
<p>You can use their Marketplace to <a href="https://www.alwaysdata.com/en/marketplace/lychee/">install Lychee</a> and have your own instance available (with HTTPS) within a minute!</p>
<p>See their pricing <a href="https://www.alwaysdata.com/en/">here</a>.</p>
<h3 id="with-kubernetes-free"><a class="toclink" href="#with-kubernetes-free">With Kubernetes (Free)</a></h3>
<p>You can use a Community maintained Helmchart to deploy Lychee into your Kubernetes Cluster.</p>
<p>Have a look at the <a href="https://github.com/breuerfelix/lychee-helmchart">Repository</a> for installation instructions.</p>
<p>Feel free to open an <a href="https://github.com/breuerfelix/lychee-helmchart/issues">Issue</a> if you need help.</p>
<h2 id="implementing-object-storage"><a class="toclink" href="#implementing-object-storage">Implementing Object Storage</a></h2>
<p>An S3-compatible object storage solution is designed to store, manage, and access unstructured data in the cloud. </p>
<p>Under Object Storage, files (also called objects) are stored in flat data structures (referred to as buckets) alongside their own rich metadata.</p>
Expand Down

0 comments on commit 24ec6a0

Please sign in to comment.