Informative stand in page

This commit is contained in:
TEC 2022-08-14 15:34:09 +08:00
parent c61275ef33
commit 9bd44a4bba
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 21 additions and 1 deletions

View File

@ -11,7 +11,27 @@ with lib;
{
enable = true;
virtualHosts."tecosaur.net".extraConfig = ''
respond "Hello, world!"
respond "__ __ _
\ \ / /__| | ___ ___ _ __ ___ ___
\ \ /\ / / _ \ |/ __/ _ \| '_ ` _ \ / _ \
\ V V / __/ | (_| (_) | | | | | | __/
\_/\_/ \___|_|\___\___/|_| |_| |_|\___|
This is an in-progress replacement for tecosaur.com, done better.
For now, you can find an increacing number of my projects on git.tecosaur.net,
this includes the setup for this server, which is being constructed using:
+ NixOS (with flakes and deploy-rs)
+ Caddy (web server)
+ Gitea (personal software forge)
In future, the folloing may be set up too:
+ Dendrite/Conduit (Matrix servers)
+ My TMiO blog
+ Woodpecker (contiuous integration that works with Gitea)
+ Kopia (backups)
+ Koel (music streaming)
"
'';
}
(mkIf config.services.gitea.enable {