summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoobry2019-03-09 11:40:33 +0100
committerjvoisin2019-03-09 13:29:35 +0100
commit3349293eec5e97f3202e729c3f0cb52f5ef049ea (patch)
tree19503b9f49de2e6bfd10d600bd027eacb21db4b9
parentcad87def79d07a370f4756637797e739f9f8351d (diff)
Fix typos
-rw-r--r--README.md6
-rw-r--r--templates/index.html2
2 files changed, 4 insertions, 4 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.
diff --git a/templates/index.html b/templates/index.html
index 3e57279..1e44fd2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -13,7 +13,7 @@
13 on your local device instead!<br> 13 on your local device instead!<br>
14</p> 14</p>
15<details> 15<details>
16 <summary>Click <span class='fakelink'>here</span> so see the supported formats</summary> 16 <summary>Click <span class='fakelink'>here</span> to see the supported formats</summary>
17 <ul> 17 <ul>
18 {% for mimetype in mimetypes %} 18 {% for mimetype in mimetypes %}
19 <li>{{ mimetype }}</li> 19 <li>{{ mimetype }}</li>