docs: add installation instructions for nix flake (#361)

Following the discussion in #329 and #115, here's a doc section on using
nix flakes to install MediaManager.

Co-authored-by: lschuetze <lschuetze@mpi-sws.org>
This commit is contained in:
strangeglyph
2026-01-07 19:45:47 +01:00
committed by GitHub
parent a39e0d204a
commit e5e85077ae
5 changed files with 151 additions and 5 deletions

View File

@@ -0,0 +1,19 @@
# Installation Guide
The recommended way to install and run Media Manager is using Docker and Docker Compose. Other installation
methods are not officially supported, but listed here for convenience.
<table data-view="cards" data-full-width="true">
<thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead>
<tbody>
<tr>
<td align="center">Docker Compose (recommended)</td>
<td><a href="/installation/docker.md">docker.md</a></td>
</tr>
<tr>
<td align="center">Nix Flakes [Community]</td>
<td><a href="/installation/flakes.md">flakes.md</a></td>
</tr>
</tbody>
</table>