LXC-Web-Panel
LXC-Web-Panel copied to clipboard
LXC Web Panel improved for lxc 1.0+
Evaluate the opportunity to integrate the pipework project as network configuration tool to operate independently by lxc-config file. In this scenario the default lxc network interface could be used as...
Could this panel be converted to use LXD instead? Seems like the way to go forward and I haven't seen any LXD panels yet.
Currently, the memory report on the container's grid is showing the config'd memory limit, not the online one. It's preferable that it reads the actual "memory.limit_in_bytes" from CGroup rather than...
Scenario: Debian Jessie 8.3, no GUI, OpenSSH server Using git master 1. Setup steps (everything ran as root): apt-get install git lxc lxctl dnsmasq python-minimal fabric npm python-setuptools python-flask python-pam...
Hi, in the readme it says: `This backend use the crypt function, here an example where -d force the use of crypt encryption when generating the htpasswd file:` - this...
Hi, Didn't Saw any change since à while. Is this project still alive ? Regards
After install lwp with apt-get and fix some installation problem. When I run manually "/usr/bin/lwp" then go to web page URL and then go to "http://127.0.0.1:5000/settings/lxc-net" got this error: ```...
@claudyus, you've done a fantastic job with this fork. You've added so many features, it qualifies as a project on it's own. If @googley is busy and unable to pull...
Currently, Flask is running in single thread, hence access from different places is not possible if there is some container operation. Possible implementations: 1. Start Flask with "threaded=True" option 2....
When the edit page fetches the container configuration with `lwp.get_container_settings` ConfigParser can not handle multiple `lxc.id_map` entries and keeps only the first. This breaks unprivileged containers. Probably it might be...