From 0251ba5cc54cdd24092e442ab7ec364b97d42601 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 21 Sep 2023 05:57:24 +0000 Subject: More doc, complete? Signed-off-by: Laurent Bercot --- doc/index.html | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html index 4a2b9b7..b30b01a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -81,8 +81,11 @@ on what I want from a web server, which is: @@ -95,8 +98,10 @@ similar sites that need an intermediary web server.

And why "tipidee"?

- Because h-t-t-p-d is pretty tedious to say out loud. -Only keeping the last three syllables makes it easier. + Because h-t-t-p-d is already pretty tedious to say out loud, and +other web servers have a nasty habit of adding to it; it's much +nicer to make it shorter. And yes, you can take that as an indication of what +is going on with the code, too.

Installation

@@ -118,9 +123,14 @@ information via environment variables. It also defers to tools such as to provide access control and connection fine-tuning. And if you want to run an HTTPS server, you'll need something like s6-tlsserver -to manage the TLS transport layer. So, installing -s6-networking will make -your life easier in many ways. +to manage the TLS transport layer. It will make +your life easier. +

Licensing

@@ -182,6 +192,12 @@ the previous versions of tipidee and the current one.
  • The /etc/tipidee.conf file format
  • +

    Design notes

    + + +

    Related resources