A TrimUI Brick app that starts a browser-based remote terminal.
- Docker (for building)
make release
- Mount your TrimUI Brick SD card.
- Download the latest release from Github. It will be named
Remote.Terminal.pak.zip
. - Copy the zip file to
/Tools/tg3040/Remote Terminal.pak.zip
. - Extract the zip in place, then delete the zip file.
- Confirm that there is a
/Tools/tg3040/Remote Terminal.pak/launch.sh
file on your SD card. - Unmount your SD Card and insert it into your TrimUI Brick.
Just launch it and access the device on port 8080.
By default, remote-term
runs as a foreground process, terminating on app exit. To run remote-term
in daemon mode, create a file named daemon-mode
in the pak folder. This will turn the app into a toggle for remote-term
.
The terminal runs on port 8080. To utilize a different port, create a file named port
in the pak folder with the port number you wish to run on.
The terminal runs /bin/sh
as the shell by default. To utilize a different shell, create a file named shell
in the pak folder with the full path to the shell you wish to execute.