summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 946f5ec..2e01c14 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ serious, yet.
14# Demo instance 14# Demo instance
15 15
16There is a demo instance deployed a [mat2-web.dustri.org](https://mat2-web.dustri.org). 16There is a demo instance deployed a [mat2-web.dustri.org](https://mat2-web.dustri.org).
17Please don't upload any sensitive files on it. 17Please don't upload any sensitive files to it.
18 18
19# How to deploy it? 19# How to deploy it?
20 20
@@ -73,8 +73,8 @@ Ansible role to deploy mat2-web on Debian, thanks to the amazing
73[ansible-role-mat2-web](https://github.com/systemli/ansible-role-mat2-web) 73[ansible-role-mat2-web](https://github.com/systemli/ansible-role-mat2-web)
74 74
75The role installs mat2-web as a uWSGI service, and runs it as a dedicated 75The role installs mat2-web as a uWSGI service, and runs it as a dedicated
76system user, installs bubblewrap to sandbox mat2 sandboxing and creates a garbage 76system user, installs bubblewrap to sandbox mat2 and creates a garbage
77collector cronjob to remove leftover files . Besides, it can create a 77collector cronjob to remove leftover files. Besides, it can create a
78[dm-crypt](https://en.wikipedia.org/wiki/Dm-crypt) volume with random key for 78[dm-crypt](https://en.wikipedia.org/wiki/Dm-crypt) volume with random key for
79the uploads folder, to ensure that the uploaded files won't be recoverable 79the uploads folder, to ensure that the uploaded files won't be recoverable
80between reboots. 80between reboots.