Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-27 | luci-app-lxc: fix "plain-vanilla" integration, part 2 | Dirk Brenken | |
I've tried to get the lxc app in a more usable state. Tested with mips and amd64 targets. * check /etc/config/lxc in controller, not in cbi * more controller cleanups * remove unused 'fork_exec' function * check path before container creation * check space requirements before container creation * support new uci options 'min_space' and 'min_temp', default for both is 100000 KB * both options are configurable via LuCI CBI template * write messages to log in case of an error * validate the container name during creation, automatically remove invalid chars * inform the user that only a stopped container can be destroyed * add experimental ssl support (untested, disabled by default) Signed-off-by: Dirk Brenken <dev@brenken.org> | |||
2018-05-23 | luci-app-lxc: fix "plain-vanilla" integration | Dirk Brenken | |
I've tried to get the lxc app in a more usable state. Tested with mips and amd64 targets. * fix missing tar/xz dependency, only if LXC_BUSYBOX_OPTIONS is not selected * mute needless gpg validation warning * tidy up controller a little bit * fix multiple possible dispatcher errors * fix compatibility with XHTML standard theme (looks still horrible ;-) * inform the user about custom kernel prerequisites * inform the user about the template download * inform the user if no template was found Signed-off-by: Dirk Brenken <dev@brenken.org> | |||
2017-02-21 | luci-app-lxc: initial commit | danrl | |
Moved over here from the packages repository. Signed-off-by: Dan Luedtke <mail@danrl.com> |