https://github.com/Miso-K/lxdmanager-vue-dashboard
LXDmanager dashboard that works with lxd-api-gateway.
https://github.com/Miso-K/lxdmanager-vue-dashboard
Last synced: about 2 months ago
JSON representation
LXDmanager dashboard that works with lxd-api-gateway.
- Host: GitHub
- URL: https://github.com/Miso-K/lxdmanager-vue-dashboard
- Owner: Miso-K
- Created: 2019-07-12T07:11:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:11:05.000Z (over 2 years ago)
- Last Synced: 2024-07-31T19:29:14.840Z (9 months ago)
- Language: Vue
- Size: 14 MB
- Stars: 43
- Watchers: 3
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LXDmanager-vue-dashboard
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*




## 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](https://github.com/lxc-webpanel/dashboard-vue)
## 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.``` bash
# 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
``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).