lxd-webgui icon indicating copy to clipboard operation
lxd-webgui copied to clipboard

A lightweight web frontend for LXD

Results 26 lxd-webgui issues
Sort by recently updated
recently updated
newest added

Since operationUrl already contains "/1.0" hence SettingServices.getLxdUrl() seems more appropriate to use. Works good for me. Awesome work by the way.

**OS:** Ubuntu 16.04 **Log:** ` root@ubuntu2:/tmp# apt-get install npm -y && npm install -g bower && npm install -g http-server && git clone https://github.com/dobin/lxd-webgui.git && cd lxd-webgui && lxd-webgui$ bower...

Hello, so I have setup the web server with its certificate and a certificate for my browser (on my Mac). LXD and lxd-webgui are on the same server. I still...

I created 3 kvm VMs with the addresses _vm1 - 192.168.122.82 vm2 - 192.168.122.235 vm3 - 192.168.122.70_ I installed LXD-WEBGUI onto VM1 I installed the PK key into firefox correctly....

System: Ubuntu 16.04.2 LTS FYI: Works well on Chrome. However my browser of choice is Firefox; hence I'd like it to work there too. However, no matter what I do,...

Hi! It's not a bug - its more a question... i setup everything like specified in documentation... and it works fine! but every time i create new session (so when...

It should not only be possible to connect to one server, but to multiple servers at once. Evaluate how much time it would be needed to implement this feature, either:...

On my Ubuntu 16.04 system the following command is not accepted: $ **sudo lxc config set core.https_allowed_origin *** It responds with list of lxc config example statements and the error...

Hi ! I've successfully installed lxd-webui on our system thanks to your clearer instructions than the initial ones. I wanted lxd-webui to be abble to view in a graphical way...

``` $ history ... 25 sudo apt-get install npm 38 sudo npm install -g bower 39 sudo npm install -g http-server 41 cd /usr/src 44 sudo apt install git 45...