Skip to content

Commit

Permalink
Make ttyd writable (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 15, 2023
1 parent 544c5c1 commit c76d1b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 @@ -20,6 +20,9 @@ fi
# Listen on Supervisor interface only
options+=(-i hassio)

# We want to be able to use the terminal
options+=(--writable)

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

0 comments on commit c76d1b2

Please sign in to comment.