This commit is contained in:
holger krekel
2023-12-01 22:11:17 +01:00
parent 5eb5c09052
commit b8cf5da37f
11 changed files with 237 additions and 4 deletions

25
www/default/index.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>chatmail instance</title>
</style>
</head>
<body>
<h1>Welcome to Chatmail!</h1>
<h2>Scan this invite QR code from any Delta Chat app</h2>
<img class="section" src="qrcode.png" />
<h2>Properties / Constraints</h2>
<ul>
<li>Un-encrypted mails can not leave the chat-mail domain.</li>
<li>Use <a href="https://delta.chat/en/help#howtoe2ee">
guaranteed end-to-end encryption via QR code scans</a>
to setup contact with users outside of the chat-mail instance.
</li>
<li>You may send up to 60 messages per minute.</li>
<li>Messages are unconditionally removed 40 days after arrival.</li>
<li>Max storage per user is 100MB.</li>
</ul>
</body>
</html>