feat(gs/mugwump): wigglydonke.rs

Kids Love Wiggly Donkers!

Change-Id: I1d37ecc88dd81d91e05fb597155bb91b93f1bccb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2041
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-10-12 14:47:28 -04:00 committed by glittershark
parent db66e1d010
commit 28df5a585b
3 changed files with 17 additions and 0 deletions

View file

@ -108,6 +108,12 @@ with lib;
proxyPass = "http://localhost:${toString config.services.grafana.port}";
};
};
"wigglydonke.rs" = {
enableACME = true;
forceSSL = true;
root = ../../../wigglydonke.rs;
};
};
};

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Kids Love Wiggly Donkers!</title>
</head>
<body>
<a href="https://tvl.fyi">
<img src="/wd.png"/>
</a>
</body>
</html>

View file