summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dockerman/luasrc
AgeCommit message (Collapse)Author
2023-10-26luci-app-dockerman: fix stats page always blankLiangbin Lian
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2023-09-03luci-app-dockerman: fix typosFelix Baumann
useage > usage Signed-off-by: Felix Baumann <felix.bau@gmx.de>
2023-04-28luci-app-dockerman: gracefully handle empty registry mirror settingJo-Philipp Wich
Fixes: #6300 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-10-18luci-app-dockerman: change default to nil if data.blkio_weight is not definedJonathon Walker
Fixes: #5327 Signed-off-by: Jonathon Walker <jonathon.l.walker@gmail.com>
2022-04-29luci-app-dockerman: Update to play nice with recent changesAndrew Dodd
https://github.com/openwrt/luci/commit/180d39dcd2427e3c32c0ec7ecc3c7bfb48c0d0ab broke dockerman's appearance in the menus Make a small change to dockerman's index entry to make it play nice with the new architecture, firstchild() was obtained using DAWN's controller/dawn.lua as an example Signed-off-by: Andrew Dodd <atd7@cornell.edu>
2021-10-08luci-app-dockerman: fix markup which is not valid XHTMLJo-Philipp Wich
XHTML does not specify `&nbsp;`, use `&#160;` instead. Also replace `<br>` with `<br />`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-04-21luci-app-dockerman: Carelessness fixed during branch rebasingFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-19luci-app-dockerman: revised the information for the individual pageFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: move docker uci configuration to own pageFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: if remote_endpoint is selected a port must be setFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: if remote_endpoint is selected a host must be setFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: add datatype and detail info for remote_host optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: add log_level i18n translationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: do not set log_level for dockerd default settingFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: do not preset value selectionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: set examle registry url as placeholderFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: remove setting default bip optionFlorian Eckert
If no bip option is set, then the default configuration of dockerd should be used. The option does not need to be set explicitly. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: removal of the option socket_pathFlorian Eckert
This option is for debug purposes only. It makes no sense to offer this option to the user. Especially as it is not used for a remote connection. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-10-21luci-app-dockerman: set fallback default of rollback to 90sHannu Nyman
Set the fallback value of the config change rollback timeout to 90 seconds to match the change in /etc/config/luci by commit 81cf99a50. That commit changed the value in the config file, but did not change the underlying fallback values that do get applied when there is no proper config item in etc/config/luci. Users sysupgrading from old systems may have carried an ancient /etc/config/luci (without rollback config) with them, so this change should help them to see the intended user experience. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-20treewide: replace `which` with `command -v`Paul Spooren
Fix shellcheck SC2230 > which is non-standard. Use builtin 'command -v' instead. Once applied to everything concerning OpenWrt we can disable the busybox feature `which` and save 3.8kB. Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-11luci-app-dockerman: change common translation for new container to addFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: add edit button to containers listFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: fix typoFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: improve newnetwork viewFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: fix console connectionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: fix socket definitionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: set overview to first menu entryFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: controller/dockerman: clean up action event generationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luic-app-dockerman: move svg into own filesFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: view/dockerman: update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: model/docker: update options object for status_pathFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: model/docker: socket path variable nameFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: model/docker: update debug handlingFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: add bip optionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: unify socket_path and hosts by adding the prefix unix://Florian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/container fix indentFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: refactoring remote endpoint optionsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: update uci hosts translationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: model/docker refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: model/docker update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/newcontainer refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/newcontainer update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/networks refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/networks update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/images refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/images update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/containers refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/containers update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/container refactoringFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: cbi/container update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>