/lxdmanager-vue-dashboard

LXDmanager dashboard that works with lxd-api-gateway.

Primary LanguageVueMIT LicenseMIT

LXDmanager-vue-dashboard

This application provide frontend for lxdmanager. You can read more details and try demo on https://lxdmanager.com

1.0.0-RCPossible run it in production

dashboard dashboard2 servers users groups

Why ?

The purpose of this application is to provide web gui manager for LXD with additional features and user based management. It can be used for restrict access to containers for developers or as web management for container hosting clients.

Credits

This project is based on vue-cli

Running requirement

This project require running backend for API from (https://github.com/Miso-K/lxd-api-gateway)

Configure

Before build set API_BASE_URL and API_BASE_WS_URL in .env file API_BASE_URL - refers to lxd-api-gateway host API_BASE_WS_URL - refers to lxd host websocket

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.