Giter VIP home page Giter VIP logo

boxial's Introduction


Logo

Boxial




A virtual machine dashboard manager using React, Express and NodeJS

Setup

Install dependencies

Install the dependencies for the client and server.

# in one terminal window
cd server && npm i
# in another terminal window
cd client && npm i

Start server

An Express server is exposes an API for accessing virtual machine data and host data. Configure MySQL credentials on server/env/db-credentials.js, dump the server/auth/boxial_starter.sql to create database structure containing the admin credentials.

# in /server
npm start

Server is running on localhost:8000.

Start client

A React server for the front end.

# in /client
npm start

Client dev server is running on localhost:3000.

You can view the app at localhost:3000. Log in with admin user and password admin

Production build

Run npm run build on client and server.

Todos

  • Let choose the stop option, actually only save state.
  • Client SQL database to store client preferences and users
  • API Key auth on server
  • User panel where change name or password
  • Allow server selectión on page
  • Connection tester to test connection before trying to use
  • Storage Usage, show all disk usage
  • Network view, allow to view all interfaces

boxial's People

Contributors

pomaretta avatar

Stargazers

 avatar

Watchers

 avatar

boxial's Issues

Realtime Machine UUID order

When fetch data from API, data is ordered in execution time, resulting in different order on each fetch, and visually, the machines changes order so quickly.

Possible solution:

On server-side, implement order linked with uuid, on first execution, assign positions to machines permanently on first stage and in future functionalities, allow to change that order. Using bubble sort, serve that data and on client-side visually order that data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.