mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-02-24 00:59:59 -05:00
Fix typos
This commit is contained in:
parent
cad87def79
commit
3349293eec
@ -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.
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user