mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
* Add support for new audo layer * Add layer * restucture * better struct * Improve devcontainer * Fix container * Fix LN * disable lint * ignore
8 lines
337 B
Plaintext
8 lines
337 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Start ttyd service for ingress
|
|
# ==============================================================================
|
|
bashio::log.info "Starting Web Terminal..."
|
|
cd /root
|
|
|
|
exec ttyd -p 8099 tmux -u new -A -s homeassistant bash -l |