diff --git a/configuration/default.nix b/configuration/default.nix index 4ade265..5140352 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -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) { diff --git a/configuration/sources/validatem-site/index.html b/configuration/sources/validatem-site/index.html new file mode 100644 index 0000000..a949a0a --- /dev/null +++ b/configuration/sources/validatem-site/index.html @@ -0,0 +1,25 @@ + + + + + + Validatem + + +

+ Validatem Logo +

+ +

+ Hi! This is the placeholder site for Validatem, the last validation library you'll ever need - once it's released, that is :) +

+ +

+ 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 the current in-development version of Validatem! +

+ +

+ 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. +

+ +