aboutsummaryrefslogtreecommitdiff
path: root/utils/luci-app-lxc
Commit message (Collapse)AuthorAge
* luci-app-lxc: use ubus binding for lxc-createPetar Koretic2014-11-18
| | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* lxc: minor dependencies tweakLuka Perkov2014-11-13
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* luci-app-lxc: add spdx license infoLuka Perkov2014-11-11
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* luci-app-lxc: update dependenciesLuka Perkov2014-11-11
| | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* luci-app-lxc: code cleanupPetar Koretic2014-10-30
| | | | | | | | | | | | | | | | Number of suggested rewrites: * use lua ubus bindings instead of os.execute * combine multiple actions to use same handler 'lxc_action' and pass actions as arguments to consolidate code * read openwrt version from lua directly * start using String.prototype.format for string formatting Also, drop 'rename' and 'clone' until they are fully functional on all platforms. Thanks Jo-Philipp for suggestions on how to improve the code. Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* luci-app-lxc: add package for luci lxc appPetar Koretic2014-10-30
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>