From a2f7bbbb4101d36b36fcb5aaa33e1b6d92eb1562 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 17 Aug 2019 22:50:22 +0200 Subject: [PATCH] Set up placeholder site for Modular Matrix --- configuration/default.nix | 4 ++++ .../sources/modular-matrix/index.html | 20 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 configuration/sources/modular-matrix/index.html 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. +

+ +