Auto-join #nosterm on startup; add mission/roadmap; chat-window banner
ci / build (pull_request) Successful in 1m1s
ci / image (pull_request) Skipped

This commit is contained in:
Robert Goodall
2026-07-25 08:17:20 -04:00
parent cd2b900639
commit dd388061d1
8 changed files with 161 additions and 33 deletions
+1
View File
@@ -16,6 +16,7 @@ services:
# Non-relay tunables are still baked in at build time. Relays are set at
# runtime via NOSTERM_DEFAULT_RELAYS below (no rebuild to change them).
PUBLIC_DEFAULT_THEME: ${PUBLIC_DEFAULT_THEME:-nord}
PUBLIC_DEFAULT_CHANNEL: ${PUBLIC_DEFAULT_CHANNEL:-nosterm}
PUBLIC_MAX_TERMINAL_ENTRIES: ${PUBLIC_MAX_TERMINAL_ENTRIES:-1000}
PUBLIC_MAX_MESSAGE_LENGTH: ${PUBLIC_MAX_MESSAGE_LENGTH:-2000}
PUBLIC_MAX_CACHED_MESSAGES_PER_ROOM: ${PUBLIC_MAX_CACHED_MESSAGES_PER_ROOM:-500}