aboutsummaryrefslogtreecommitdiff
path: root/utils/luci-app-lxc
Commit message (Collapse)AuthorAge
* utils/luci-app-lxc: removed applicationdanrl2017-02-17
| | | | | | Moved over to the LuCI repository. Signed-off-by: Dan Luedtke <mail@danrl.com>
* luci-app-lxc: Minor polishingMichal Hrušecký2016-10-30
| | | | | | | Add more dependencies needed by download template and replace all, not just first occurence of : or _ in template name with space in webui. Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
* Merge pull request #2865 from miska/lxc-luci-featureschamptar2016-06-17
|\ | | | | Little improvement to LXC LuCI app
| * luci-app-lxc: Bump versionMichal Hrusecky2016-06-17
| | | | | | | | | | | | Did quite some changes, so bumping version so users would get the change. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
| * luci-app-lxc: Download list of available distributionsMichal Hrusecky2016-06-16
| | | | | | | | | | | | | | There was harcoded list of available images. Instead of it, LuCI LXC app will now try to download list of available container images. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
| * luci-app-lxc: Use uname -m as architectureMichal Hrusecky2016-06-16
| | | | | | | | | | | | | | | | | | As containers are basically virtual machines, it should not depend on the build target but on the real hardware architecture. For example there is plenty of ARM families (mvebu, sunxi, ...) but all armv7l arms should be able to run armv7l containers. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
| * luci-app-lxc: Allow versioned imagesMichal Hrusecky2016-06-16
| | | | | | | | | | | | | | I makes quite some sense to provide user the choice between various versions of the distribution to install into LXC. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
* | luci-app-lxc: Use correct path for configurationMichal Hrusecky2016-06-09
|/ | | | | | | | Adjusting LuCI app for LXC to try to read path to your LXC containers from configuration file and if not succeeding falling back to /srv/lxc to match previous commit. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
* 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>