Fix typos

This commit is contained in:
doobry 2019-03-09 11:40:33 +01:00 committed by jvoisin
parent cad87def79
commit 3349293eec
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ serious, yet.
# Demo instance # Demo instance
There is a demo instance deployed a [mat2-web.dustri.org](https://mat2-web.dustri.org). There is a demo instance deployed a [mat2-web.dustri.org](https://mat2-web.dustri.org).
Please don't upload any sensitive files on it. Please don't upload any sensitive files to it.
# How to deploy it? # How to deploy it?
@ -73,8 +73,8 @@ Ansible role to deploy mat2-web on Debian, thanks to the amazing
[ansible-role-mat2-web](https://github.com/systemli/ansible-role-mat2-web) [ansible-role-mat2-web](https://github.com/systemli/ansible-role-mat2-web)
The role installs mat2-web as a uWSGI service, and runs it as a dedicated The role installs mat2-web as a uWSGI service, and runs it as a dedicated
system user, installs bubblewrap to sandbox mat2 sandboxing and creates a garbage system user, installs bubblewrap to sandbox mat2 and creates a garbage
collector cronjob to remove leftover files . Besides, it can create a collector cronjob to remove leftover files. Besides, it can create a
[dm-crypt](https://en.wikipedia.org/wiki/Dm-crypt) volume with random key for [dm-crypt](https://en.wikipedia.org/wiki/Dm-crypt) volume with random key for
the uploads folder, to ensure that the uploaded files won't be recoverable the uploads folder, to ensure that the uploaded files won't be recoverable
between reboots. between reboots.

View File

@ -13,7 +13,7 @@
on your local device instead!<br> on your local device instead!<br>
</p> </p>
<details> <details>
<summary>Click <span class='fakelink'>here</span> so see the supported formats</summary> <summary>Click <span class='fakelink'>here</span> to see the supported formats</summary>
<ul> <ul>
{% for mimetype in mimetypes %} {% for mimetype in mimetypes %}
<li>{{ mimetype }}</li> <li>{{ mimetype }}</li>