diff --git a/configuration/default.nix b/configuration/default.nix index 297caee..1b14f4a 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -125,6 +125,10 @@ in { return 404; ''; }; + "modular-matrix.cryto.net" = lib.mkMerge [ + (nginxPresets.letsEncrypt) + { root = ./sources/modular-matrix; } + ]; "haless.cryto.net" = lib.mkMerge [ (nginxPresets.letsEncrypt) { diff --git a/configuration/sources/modular-matrix/index.html b/configuration/sources/modular-matrix/index.html new file mode 100644 index 0000000..4f65773 --- /dev/null +++ b/configuration/sources/modular-matrix/index.html @@ -0,0 +1,20 @@ + + + + + + Modular Matrix + + +

Modular Matrix

+

+ Hi! This will eventually be the website for Modular Matrix, a project to build a modular JavaScript SDK for the Matrix protocol, as an alternative to the matrix-js-sdk. +

+

+ Currently there's not really anything here yet, though you can have a look at the already-published packages if you're curious about how things are going. +

+

+ You can contact me on Matrix as @joepie91:pixie.town. +

+ +