diff options
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | mkdocs.yml | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -14,6 +14,9 @@ checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting' [source/chat] checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat' +[source/mail] +checkout = git clone 'git://source.redpill.dk/mail.git' 'mail' + [source/about] checkout = git clone 'git://source.redpill.dk/org.git' 'about' @@ -7,10 +7,11 @@ eventhost ?= event.$(domain) shellhost ?= shell.$(domain) githost ?= source.$(domain) gitshellhost ?= $(shellhost) +mailhost ?= mail.$(domain) matrixhost ?= matrix.$(domain) organisation ?= Example orga contact_sysadmins ?= contact sysadmins -VARIABLES = domain eventhost shellhost githost gitshellhost matrixhost organisation contact_sysadmins +VARIABLES = domain eventhost shellhost githost gitshellhost mailhost matrixhost organisation contact_sysadmins MKDOCS_PREP ?= bin/mkdocs-prep.pl @@ -12,6 +12,7 @@ nav: - 'Account security': 'account/secure/index.md' - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' + - Mail: 'mail/index.md' - System: 'system/index.md' - 'System desktop': 'system/desktop/index.md' - 'System gateway': 'system/gateway/index.md' @@ -23,6 +24,7 @@ nav: - 'Account security': 'account/secure/use.md' - Accounting: 'accounting/use.md' - Chat: 'chat/use.md' + - Mail: 'mail/use.md' - Source: 'source/use.md' - Administration: # - Introduction: 'admin.md' |