diff --git a/Telodendria.html b/Telodendria.html index 1d3ab5f..b887b80 100644 --- a/Telodendria.html +++ b/Telodendria.html @@ -68,6 +68,11 @@ Is packaged as a single small, statically-linked and highly-optimized binary that can be run just about anywhere. It is designed to be extremely easy to set up and consume as few resources as possible. +
Telodendria is on Matrix! Check out the official Matrix rooms: @@ -242,27 +247,22 @@ $ ./make.sh
If everything went well, that will produce
-telodendria.cgi
, which you can then place under your web
-root and configure your web server to execute. You'll need to make sure
-/.well-known/matrix
and /_matrix
and all the
-paths under them actually execute telodendria.cgi
. See the
-provided OpenBSD httpd.conf
for reference. Even if you
-aren't using OpenBSD's httpd(8)
, you should find its
-configuration syntax simple enough to adequately demonstrate the proper
-configuration.
+build/telodendria
, which you can then place wherever you
+want, and run as a system daemon. See the contrib
folder
+for configuration examples.
-Once you get Telodendria built and hooked into your web server,
-you will have to write a configuration file for it. The configuration
-file is just JSON, and it should be called
-Telodendria.json
.
+Once you get Telodendria built, you will have to write a
+configuration file for it. The configuration file is a simple
+OpenBSD-style configuration file, which should be called
+telodendria.conf
.
Telodendria is a very ambitious project. There's a lot that needs to happen yet before it is usable. At the moment, there's nothing that -even remotely resembles a Matrix homeserver here; I'm still +even remotely ressembles a Matrix homeserver here; I'm still getting off the ground and building a foundation.