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 %}