open-balena-dashboard icon indicating copy to clipboard operation
open-balena-dashboard copied to clipboard

Open Balena Dashboard (open-balena-dashboard)

Build artifact and publish Dashboard for Open Balena.

Check it out here

https://razikus.github.io/open-balena-dashboard/#/

Click on screen to check the video: Check the video

Android

Check out Android app! https://play.google.com/store/apps/details?id=eu.razniewski.openbalena.dashboard

Features

  • List applications
  • List devices in applications
  • Check status of devices
  • Check logs of device
  • Reboot device
  • Restart application on device
  • Expose port 80 of the device on dynamic DNS http://xip.io (check https://github.com/Razikus/open-balena-tunneler)
  • Expose ssh of the device on dynamic DNS http://xip.io with webssh client (check https://github.com/Razikus/open-balena-tunneler)
  • Change and check environment variables of applications
  • Change device environment variable

Features plan list

  • Add applications
  • Change log viewer to xterm

Issues and enchancements

Feel free to add the features, and request one.

Developing

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build