re-style summary/details tags

This commit is contained in:
Christoph Haas 2025-08-26 01:16:41 +02:00
parent 56fc9b8a22
commit c9cd49218d
3 changed files with 59 additions and 15 deletions

View file

@ -37,7 +37,7 @@ Encrypt is as simple as running the next command. Please replace `mail.example.o
certbot --apache --register-unsafely-without-email --agree-tos -d mail.example.org
```
<details>
<details class="collapsible">
<summary>Click here to learn what the options mean…</summary>
- **--apache**: Use the [HTTP challenge](https://letsencrypt.org/docs/challenge-types/) to verify that you are actually
@ -76,7 +76,7 @@ If you like Certbot, please consider supporting our work by:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
```
<details>
<details class="collapsible">
<summary>Click here to learn which files have been created…</summary>
In /etc/letsencrypt/live/**mail.example.org** you will find a couple of files now:

View file

@ -8,17 +8,18 @@ sidebar:
import { Aside } from "@astrojs/starlight/components";
I am an email power user and my go-to software is Thunderbird. But apparently most users nowadays prefer reading their
emails in the web browser. So let's prepare [Roundcube](https://roundcube.net/) for them.
## Configure Apache
Now that the email has arrived, our valued user surely wants to read it. Most humans nowadays seem to prefer reading
their email in the web browser, because it's the simplest way. (Don't worry. Power users who prefer mail clients like
Thunderbird will also get what they want.) So let's prepare [Roundcube](https://roundcube.net/) for them.
Do you remember that earlier in this guide I asked you how want to name your mail server? Whether you want to use one
common name like “webmail.example.org” for all your domains? Or if you prefer different host names for each domain like
“webmail.domain1.com” and “webmail.domain2.com”? If you want to use just more then you will have to create one virtual
host configuration per domain. The following instructions will just deal with one common host name.
<details class="collapsible">
<summary>Click here to learn how Debian handles virtual hosts in Apache…</summary>
ding dong dar
</details>
To get Apache to serve the Roundcube application you need to edit the