From ab465c02346ddb0b312b6937dea9a62ab9cfd4b2 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Mon, 16 Feb 2026 03:34:29 +0000 Subject: [PATCH] Add 2400 baud rate throttling for classic BBS nostalgia --- synchronet/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchronet/docker-compose.yaml b/synchronet/docker-compose.yaml index fbfcdf5..d5f3125 100644 --- a/synchronet/docker-compose.yaml +++ b/synchronet/docker-compose.yaml @@ -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