Add temporary site for Validatem
This commit is contained in:
parent
f1ce5dd64e
commit
9470273c1f
|
@ -122,6 +122,7 @@ in {
|
|||
"castleroland.cryto.net"
|
||||
"awesomedude.cryto.net"
|
||||
"matrix-rooms.cryto.net"
|
||||
"validatem.cryto.net"
|
||||
])
|
||||
(httpsHosts [
|
||||
# "haless.cryto.net"
|
||||
|
@ -131,6 +132,7 @@ in {
|
|||
"castleroland.cryto.net"
|
||||
"awesomedude.cryto.net"
|
||||
"matrix-rooms.cryto.net"
|
||||
"validatem.cryto.net"
|
||||
])
|
||||
];
|
||||
|
||||
|
@ -169,6 +171,10 @@ in {
|
|||
(nginxPresets.letsEncrypt)
|
||||
{ root = ./sources/modular-matrix; }
|
||||
];
|
||||
"validatem.cryto.net" = lib.mkMerge [
|
||||
(nginxPresets.letsEncrypt)
|
||||
{ root = ./sources/validatem-site; }
|
||||
];
|
||||
"haless.cryto.net" = lib.mkMerge [
|
||||
(nginxPresets.letsEncrypt)
|
||||
{
|
||||
|
|
25
configuration/sources/validatem-site/index.html
Normal file
25
configuration/sources/validatem-site/index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Validatem</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
<img src="validatem-logo.svg" alt="Validatem Logo">
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
Hi! This is the placeholder site for Validatem, the last validation library you'll ever need - once it's released, that is :)
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I'm still working on polishing the last bits before releasing the first stable 1.0.0 version. In the meantime, you can already try out <a href="https://www.npmjs.com/package/@validatem/core">the current in-development version of Validatem</a>!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Do keep in mind that documentation will be missing in quite a few places, while Validatem is still being developed. By the time version 1.0.0 is released, the documentation will be complete.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue