LXC-Web-Panel
LXC-Web-Panel copied to clipboard
LXC Web Panel repository
In web panel IP addresses of VMs shows as undefined. But in backend I can see IPs correctly.  lxc-ls --fancy NAME STATE...
LWP it's a good project. But you should think about standard distribution way. I changed the project structure, and you may install it by: pip install lwp (course you have...
Hi Folks, I tried this on two new systems and I always get this eror 'Unable to create symlink '/etc/lxc/auto/rounddisk0.conf' I was trying to enable 'Start at boot' Thanks in...
Am running Web Panel in debug mode and have restarted lxc service. Overview does not show any status information for my containers. Also can't start/stop/freeze containers from a selected container:...
It would be good to be able to check/uncheck which capabilities are permitted to each container. It should came with default ones selected and advertise that changing it is dangerous:...
It would be great to be able to configure more interfaces to each container and to the host, so creating more sophisticated network configurations.
https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-autostart In Ubuntu 14.04 the way that containers are set to autostart has changed. The web panel needs to be updated to work with this new method.
The auto installation script should not try to pip install flask 0.9 as root, this is a really bad way to deploy python code, what if the user of the...
Why is my container list empty on the first overview page despite the side menu shows several containers and they are running ?
List of nodes in panel also contains strange nodes like [filename].log for example, coz listdir includes files too. line 97: in lxclite / **init**.py try: ct_list = os.listdir('/var/lib/lxc/') shoud be...