This application provide frontend for lxdmanager. You can read more details and try demo on https://lxdmanager.com
1.0.0 — Possible run it in production
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.
This project is based on vue-cli
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.
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.
# 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.