feat: add website
This commit is contained in:
parent
d38327dfea
commit
d490504240
2 changed files with 44 additions and 0 deletions
|
|
@ -44,6 +44,12 @@
|
|||
ragon.agenix.secrets."picardResticPassword" = { };
|
||||
ragon.agenix.secrets."picardResticSSHKey" = { };
|
||||
|
||||
services.nginx.virtualHosts."xyno.space" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = ./xynospace;
|
||||
};
|
||||
|
||||
services.restic.backups."picard" = {
|
||||
passwordFile = config.age.secrets.picardResticPassword.path;
|
||||
extraOptions = [
|
||||
|
|
|
|||
38
hosts/picard/xynospace/index.html
Normal file
38
hosts/picard/xynospace/index.html
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>xynos space</title>
|
||||
<meta name="description" content="Links to xynos profiles">
|
||||
<style>
|
||||
body {
|
||||
text-align: center;
|
||||
background-color: #282828;
|
||||
color: #ebdbb2;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
a:link {
|
||||
color: #fbf1c7;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #c5c4a1;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>xynos space</h1>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<h3>links:</h3>
|
||||
<br>
|
||||
<a target="_blank" href="https://github.com/thexyno">GitHub - thexyno</a>
|
||||
<br>
|
||||
<br>
|
||||
<a rel="me" target="_blank" href="https://matrix.to/#/@me:ragon.xyz">Matrix - @me:ragon.xyz</a>
|
||||
<br>
|
||||
<br>
|
||||
<a rel="me" target="_blank" href="https://chaos.social/@xyno">Mastodon - @xyno@chaos.social</a>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue