seed default channel(s) on boot
fresh relay seeds configured open channels (RELAY_DEFAULT_CHANNELS, default general) so a client always has a room. relay-signed 9007 through the normal pipeline; idempotent; never reopens a closed group. also adds mission/roadmap and separation rationale to the readme.
This commit is contained in:
@@ -21,6 +21,10 @@ RELAY_CONTACT=relay@nosterm.com
|
||||
# the built-in "nerdworks.io" ascii banner.
|
||||
RELAY_MOTD=
|
||||
|
||||
# Channels seeded as open groups on boot so a fresh relay is never empty.
|
||||
# Comma-separated group ids (leading '#' tolerated). Unset = "general".
|
||||
RELAY_DEFAULT_CHANNELS=general
|
||||
|
||||
# Retention (chat messages only; membership/metadata are never pruned).
|
||||
# 0 = unlimited.
|
||||
RELAY_RETENTION_DAYS=0
|
||||
|
||||
Reference in New Issue
Block a user