home: improve setup page

This commit is contained in:
2026-07-23 19:10:19 +01:00
parent 0e98866699
commit 977cfb2197
+5 -2
View File
@@ -12,8 +12,8 @@
</head> </head>
<body> <body>
<img src="assets/logo.avif" class="logo" /> <img src="assets/logo.avif" class="logo" />
<div class="flex flex-col gap-8 mt-4"> <div class="flex flex-col gap-8 mt-4 max-w-md">
<p class="font-light">some notes for stuff you might need to know</p> <p class="font-light">things that are useful to know</p>
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
<h2 class="font-heavy big">email</h2> <h2 class="font-heavy big">email</h2>
<ul class="font-light"> <ul class="font-light">
@@ -21,6 +21,9 @@
<li>incoming mail uses <b>imap</b> with <b>ssl/tls</b> on port <b>993</b></li> <li>incoming mail uses <b>imap</b> with <b>ssl/tls</b> on port <b>993</b></li>
<li>outgoing mail uses <b>smtp</b> with <b>ssl/tls</b> on port <b>465</b></li> <li>outgoing mail uses <b>smtp</b> with <b>ssl/tls</b> on port <b>465</b></li>
</ul> </ul>
<ul class="font-light">
<li>the mailserver also has a few other functions. it is the oidc (auth) provider, and is an administration dashboard, which anyone can use to configure mail settings.</li>
</ul>
</div> </div>
<a href="/" class="self-start font-normal pop">← back</a> <a href="/" class="self-start font-normal pop">← back</a>
</div> </div>