Revert to simple busybox telnet - users can set ANSI in BBS settings

This commit is contained in:
2026-02-16 03:26:44 +00:00
parent eaaf15339d
commit d7f7f19fbd
+3 -4
View File
@@ -32,10 +32,9 @@ services:
- npm-network - npm-network
ports: ports:
- "7681:7681" - "7681:7681"
command: | environment:
sh -c "apk add --no-cache socat && - TERM=ansi
TERM=ansi ttyd -p 7681 -t fontSize=16 -t rendererType=canvas command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 -t fontSize=16 telnet synchronet 23"
socat -,raw,echo=0,escape=0x1d tcp:synchronet:23"
depends_on: depends_on:
- synchronet - synchronet