./sbt run
- Local
df
command (sys exec) - Local
mem
command (sys exec)
- Package/assemble/uber-jar
- External config file
- SQL queries (jdbc)
- SSH remote commands
- Arbitrary commands (local & remote)
- Firebase integration
- live update (stream/socket)
- rest API
- Authentication / Authorization
- Basic auth
- Accumulator persistence
- Error alerts
$ cd samples/
$ docker build -t ubuntu-ssh -f ubuntu.Dockerfile .
$ docker run -d --name some-ubuntu-ssh -p2222:22 ubuntu-ssh
$ ssh root@YOUR_IP -p 2222
# password is screencast