A lightweight framework for maintenance and development tools in a Sling or AEM (cloud) platform
The Composum Dashboard is a lightweight framework designed for the efficient maintenance and development of tools on a Sling or AEM (cloud) platform. It offers a user-friendly interface with a focus on simplicity and effectiveness.
With this release the new documentation site goes live, and we implemented a new page type that is able to show many of the read/only views from the Felix Console - see the documentation.
Key Features
The Composum Dashboard currently provides the following tools, as well as providing a framework in which you can set up your own tools. All tools are optional.
- Dashboard: Easy organization of tool widgets in a tiled layout, offering both summarized and detailed views for each tool. As widgets are currently available:
- some service settings
- a logfile view
- proxy for views of the Felix Console
- JCR Repository Browser: A lightweight read-only repository browser for inspecting the JCR repository with a minimal footprint, including properties view, preview, JSON view, XML view, SQL2 / XPATH query tool, favorites list
The widgets and the browser views are configurable through OSGI, providing customization and restrictions to be adapted to various environments.
Getting Started
Please consult the README.md contains detailed setup information.
Download (Maven Central)
- The complete AEM package for the dashboard tools framework
- The complete Sling Package for the dashboard tools framework
- A package with example configurations for AEM
- A package with example configurations for Sling
What's Changed
- Some minor configuration fixes, spelling fixes and configuration documentation by @stoerr in #36
- Extend and move documentation to maven site by @stoerr in #37
- Felix Console Proxy by @stoerr in #38
Full Changelog: composum-dashboard-1.2.14...composum-dashboard-1.2.15