An open API service indexing awesome lists of open source software.

https://github.com/Razikus/open-balena-dashboard


https://github.com/Razikus/open-balena-dashboard

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Open Balena Dashboard (open-balena-dashboard)
[![Build artifact and publish](https://github.com/markFieldman/open-balena-dashboard/actions/workflows/build_artifact.yml/badge.svg?branch=master)](https://github.com/markFieldman/open-balena-dashboard/actions/workflows/build_artifact.yml)
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](https://img.youtube.com/vi/7zWNzNoJsTE/0.jpg)](https://www.youtube.com/watch?v=7zWNzNoJsTE)

# 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
```bash
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```

### Lint the files
```bash
npm run lint
```

### Build the app for production
```bash
quasar build
```