From 54f3c37e7ccb207f2fd9dcd4c6c5f39cf8b67231 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Mon, 16 Feb 2026 03:30:58 +0000 Subject: [PATCH] Increase font size to 18 and set custom ORMG BBS title --- 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 33c6e68..fbfcdf5 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=16 telnet synchronet 23" + 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" depends_on: - synchronet