23 lines
561 B
TOML
23 lines
561 B
TOML
# Hermes — the carrier
|
|
|
|
house = "message"
|
|
order = 1
|
|
|
|
name = "Hermes"
|
|
domain = "The Messenger"
|
|
state = "live"
|
|
label = "Live"
|
|
role = "host"
|
|
host = "matrix.sticknife.com"
|
|
runs = "Mail relay + Matrix"
|
|
|
|
# one line, used by the no-JavaScript listing
|
|
does = """
|
|
Handles mail routing and matrix chat services."""
|
|
|
|
# the paragraph in the detail panel
|
|
long = """
|
|
Hermes carries the messaging protocols for the pantheon. Outbound mail for every service in the pantheon
|
|
leaves through Hermes, as well as the Matrix homeserver that provides chat services.
|
|
"""
|