blob: 12c15814c4167f84da8e28a2e346ac7b8dd27341 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# toph
Infrastructure code for `euandre.org`:
- `eu@euandre.org` email: SMTP via Postfix and IMAP via Dovecot;
- HTTP via nginx for <https://euandre.org>;
- certificates for all the above via certbot;
- Git via CGit;
- DNS via Knot;
- configuration management via Guix.
## Relevant links
- [homepage]
- [TODOs]
- [source code]
- [CI]
[homepage]: https://euandre.org/s/toph/
[TODOs]: TODOs.html
[source code]: https://euandre.org/git/toph/
[CI]: ci/
|