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
ports:
- "7681:7681"
command: |
sh -c "apk add --no-cache socat &&
TERM=ansi ttyd -p 7681 -t fontSize=16 -t rendererType=canvas
socat -,raw,echo=0,escape=0x1d tcp:synchronet:23"
environment:
- TERM=ansi
command: sh -c "apk add --no-cache busybox-extras && ttyd -p 7681 -t fontSize=16 telnet synchronet 23"
depends_on:
- synchronet