Add 2400 baud rate throttling for classic BBS nostalgia

This commit is contained in:
2026-02-16 03:34:29 +00:00
parent 54f3c37e7c
commit ab465c0234
+1 -1
View File
@@ -34,7 +34,7 @@ services:
- "7681:7681"
environment:
- TERM=ansi
command: sh -c "apk add --no-cache busybox-extras && ttyd -W -p 7681 -t fontSize=18 -t 'titleFixed=ORMG BBS - Legend of the Red Dragon' telnet synchronet 23"
command: sh -c "apk add --no-cache busybox-extras pv && ttyd -W -p 7681 -t fontSize=18 -t 'titleFixed=ORMG BBS - Legend of the Red Dragon' sh -c 'telnet synchronet 23 | pv -q -L 2400'"
depends_on:
- synchronet