Initial commit - mergerfs + snapraid setup only

This commit is contained in:
askiiart 2023-10-15 22:14:31 -05:00
commit 82252c8a5a
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
9 changed files with 217 additions and 0 deletions

9
overrides/404.html Normal file
View file

@ -0,0 +1,9 @@
{% extends "main.html" %}
<!-- Content -->
{% block content %}
<h1>404 - Not found</h1>
<br />
<p>You will be redirected to the main <a href="/">home page</a> automatically shortly.</p>
<meta http-equiv="refresh" content="5;url=/" />
{% endblock %}

14
overrides/glossary.md Normal file
View file

@ -0,0 +1,14 @@
*[fstab]: The file that lists what to mount on boot, and where to mount it.
*[snapraid.conf]: The SnapRAID config file
*[mergerfs]: Combines multiple directories into one - see the mergerfs docs or Perfect Media Server wiki for more details.
*[snapraid]: A parity-based backup solution - see the SnapRAID docs or Perfect Media Server wiki for more details
*[SnapRAID]: A parity-based backup solution - see the SnapRAID docs or Perfect Media Server wiki for more details
*[PMS]: Perfect Media Server
*[Plex]: A proprietary media server software
*[Jellyfin]: A FOSS media server software
*[Docker]: A popular containerization platform
*[Podman]: A FOSS drop-in replacement for Docker
*[\/mnt\/user]: Combined mergerfs pool
*[\/mnt\/hdds]: HDD-only mergerfs pool
*[\/mnt\/cache]: cache mount point
*[\/mnt\/disk\*]: Each HDD, starting from 1. `/mnt/disk1`, `/mnt/disk2`, etc.