https://github.com/Razikus/open-balena-dashboard
https://github.com/Razikus/open-balena-dashboard
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Razikus/open-balena-dashboard
- Owner: Razikus
- License: mit
- Created: 2020-12-13T23:11:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T19:00:34.000Z (over 3 years ago)
- Last Synced: 2025-02-16T11:29:07.231Z (8 months ago)
- Language: Vue
- Size: 7.74 MB
- Stars: 52
- Watchers: 9
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Balena Dashboard (open-balena-dashboard)
[](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:
[](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
```