BadassTerm is a front-end application writtent in TypeScript that permit to connect to the server's terminal.
You've 2 possibilities to start this application:
- On your local system
- On docker
- Linux
- The package manager yarn
- The building utility
make, which you can find onbuild-essential
- docker, what else ?
make proddocker run -d --name badassterm -p 8080:80 sduplessy/badass_termYou can use environment variables to configure the application :
- HOST : Change the listening host.
- PORT : Change the listening port.
- SHARE_TTY : Permit to share tty between all clients.
- INIT_CMD : Command to execute when initializing tty.
Ideas are welcome. Please open an issue to discuss.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.