Add Elasticvue, magebox db top and VCL import commands#23
Merged
Conversation
Adds optional Elasticvue Docker service (cars10/elasticvue) on port 8080, managed via `magebox elasticvue enable/disable/status` commands and `magebox config set elasticvue true/false`. Follows the same pattern as the existing Portainer integration.
Adds `magebox varnish vcl-import <file>` to replace the auto-generated VCL with a custom one (with automatic backup), and `magebox varnish vcl-reset` to regenerate the default VCL from project configs. Varnish is reloaded automatically when running.
Adds `magebox db top` which runs mysqladmin processlist inside the project's database container, refreshing every 2 seconds. Provides a mytop-like view of active queries and connections.
Document the Elasticvue web UI feature in the services guide, global config, services overview, ports reference, sidebar navigation, and create a dedicated Elasticvue service page.
Document the varnish vcl-import and vcl-reset commands in the Varnish service guide.
Document magebox db top, varnish vcl-import/vcl-reset, elasticvue enable/disable/status, and the elasticvue config key in the commands reference. Add db top to the database guide.
Prefer mytop on the host for a full-featured TUI experience. When mytop is not installed, fall back to mysqladmin processlist inside the container and show installation instructions.
Replace mytop with innotop for the db top TUI experience. Suggest installing via brew which works on all platforms.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.