Skip to content

Miso-K/lxdmanager-vue-dashboard

Repository files navigation

LXDmanager-vue-dashboard

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

1.0.0Possible 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)

It is recomended to use Nginx as webserver and proxy for websocket.

Install

For installation actual version of lxdmanager-vue-dashboard you can use install_dashboard.sh script.

# Download the script
curl https://raw.githubusercontent.com/Miso-K/lxdmanager-vue-dashboard/master/install_dashboard.sh > install_dashboard.sh
# Set execution permissions
chmod +x install_dashboard.sh
# Run script to install program
./install_dashboard.sh

The script download github repository and copy content of directory dist into /var/www/lxdmanager-vue-dashboard/

You can manualy download repository from github and copy content of directory dist where you need.

Nginx config templates are stored in nginx directory.

Development and build using vue ui

# install vue-cli and dependencies
npm install @vue/cli

# run vue ui at localhost:8080
vue ui

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

About

LXDmanager dashboard that works with lxd-api-gateway.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages