aboutsummaryrefslogtreecommitdiffstats
path: root/todo.sr.ht
diff options
context:
space:
mode:
Diffstat (limited to 'todo.sr.ht')
-rw-r--r--todo.sr.ht/configuration.md16
-rw-r--r--todo.sr.ht/configuration_reference.md5
-rw-r--r--todo.sr.ht/installation.md21
3 files changed, 31 insertions, 11 deletions
diff --git a/todo.sr.ht/configuration.md b/todo.sr.ht/configuration.md
new file mode 100644
index 0000000..adddcff
--- /dev/null
+++ b/todo.sr.ht/configuration.md
@@ -0,0 +1,16 @@
+---
+title: todo.sr.ht Configuration
+---
+
+This document covers the configuration process for todo.sr.ht.
+
+# Mail Support
+
+Incoming emails for todo.sr.ht should be directed to the `todo.sr.ht-lmtp`
+service in a manner similar to the `lists.sr.ht-lmtp` service.
+
+<div class="alert alert-info">
+ <strong>Note:</strong> See lists.sr.ht's [configuration
+ page](/lists.sr.ht/configuration.md) for more information on mail server
+ configuration.
+</div>
diff --git a/todo.sr.ht/configuration_reference.md b/todo.sr.ht/configuration_reference.md
new file mode 100644
index 0000000..0385629
--- /dev/null
+++ b/todo.sr.ht/configuration_reference.md
@@ -0,0 +1,5 @@
+---
+title: todo.sr.ht Configuration Reference
+---
+
+This document covers the configuration options for the todo.sr.ht service.
diff --git a/todo.sr.ht/installation.md b/todo.sr.ht/installation.md
index 08d5f52..f9db418 100644
--- a/todo.sr.ht/installation.md
+++ b/todo.sr.ht/installation.md
@@ -1,18 +1,17 @@
---
-title: todo.sr.ht installation
+title: todo.sr.ht Installation
---
-todo.sr.ht is a standard sr.ht web service and can be installed through the
-[standard procedure](/installation.md).
+This document covers the installation steps for todo.sr.ht, an issue and bug
+tracker service.
-## Daemons
+# Installation
-- `todo.sr.ht`: the web service
-- `todo.sr.ht-lmtp`: incoming mail service
-- `todo.sr.ht-webhooks`: webhook delivery service
+todo.sr.ht can be installed with the [standard package
+installation process](/installation.md#installing-from-packages).
-## Mail support
+## Daemons
-See [lists.sr.ht](/lists.sr.ht/installation.md) for information on mail server
-configuration. Incoming emails for todo.sr.ht should be directed to the
-`todo.sr.ht-lmtp` service in a manner similar to the `lists.sr.ht-lmtp` service.
+- `todo.sr.ht` - The web service.
+- `todo.sr.ht-lmtp` - Incoming mail service.
+- `todo.sr.ht-webhooks` - Webhook delivery service.