Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ssh/rootfs/etc/s6-overlay/s6-rc.d/ttyd/run
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ options+=(-i hassio)
# We want to be able to use the terminal
options+=(--writable)

# Use DOM renderer for xterm.js to ensure compatibility with iOS Safari
# and other browsers where WebGL/Canvas rendering causes display issues
# Fixes: #1016, #1026, #1027
options+=(--client-option rendererType=dom)

# Get assigned Ingress port
ingress_port=$(bashio::addon.ingress_port)
options+=(-p "${ingress_port}")
Expand Down